element <AttachmentRef>
Namespace:
Type:
anonymous complexType
Content:
empty, 2 attributes
Defined:
Includes:
definitions of 2 attributes
XML Representation Summary
<AttachmentRef
    attachmentID
 = 
xs:token
    attachmentName
 = 
xs:string
/>
Included in content model of elements (1):
Annotation
Verweis (Referenz) auf ein Attachement. Jedes AttachmentRef-Element bezieht sich auf ein Attachment-Element, das auch im Attachments-Element der Antragsstruktur enthalten sein MUSS.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="unbounded" name="AttachmentRef">
<xs:complexType>
<xs:attribute name="attachmentID" type="Token64" use="required"/>
<xs:attribute name="attachmentName" type="String255" use="required"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 2/2)
attachmentID
Type:
Use:
required
Mit diesem Attribut wird der Attachment-Identifier jenes Attachment-Elements angegeben, auf das sich diese Attachment-Referenz bezieht.
Attribute Value
xs:token
MaxLength:
64
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="attachmentID" type="Token64" use="required"/>

attachmentName
Type:
Use:
required
Name des Attachment (Friendly Name). Dieser Name SOLL identisch sein wie der des referenzierten Attachment. Zum Referenzieren DARF der Attachment-Name jedoch NICHT verwendet werden.
Attribute Value
xs:string
MaxLength:
255
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="attachmentName" type="String255" use="required"/>

XML schema documentation generated with DocFlex/XML RE 1.8.0 using DocFlex/XML XSDDoc 2.2.0 template set