element <Attachment>
Namespace:
Type:
anonymous (extension of b:BeilagenTyp)
Content:
complex, 2 attributes, 3 elements
Defined:
locally within Attachments element in GWA_NEU.xsd; see XML source
Includes:
definitions of 2 attributes
XML Representation Summary
<Attachment
    attachmentID
 = 
xs:token
    attachmentName
 = 
xs:string
    >
   
Content: 
BinaryDocument | DocumentReference | XMLDocument
</Attachment>
Content model elements (3):
Included in content model of elements (1):
Annotation
Jedes Attachment-Element repräsentiert ein konkretes Attachment. Der Inhalt des Attachment kann auf verschiedenste Art angegeben werden: direkt als binärer Inhalt, als Dokument-Referenz oder als XML-Element.
Anonymous Type Detail
Type Derivation Tree
b:BeilagenTyp (extension)
  complexType
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="unbounded" name="Attachment">
<xs:complexType>
<xs:complexContent>
<xs:extension base="b:BeilagenTyp">
<xs:attribute name="attachmentID" type="Token64" use="required"/>
<xs:attribute name="attachmentName" type="String255" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 2/2)
attachmentID
Type:
Use:
required
Eindeutiger Identifier für das Attachment. Anhand dieses Identifiers wird das Attachment durch AttachmentRef-Elemente referenziert.
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 dient nur zur leichteren Lesbarkeit. 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