complexType "headerTyp"
Namespace:
Content:
complex, 3 elements, elem. wildcard
Defined:
globally in saatxml.xsd; see XML source
Includes:
definitions of 3 elements, elem. wildcard
Used:
XML Representation Summary
<...>
   
Content: 
absender, empfaenger, sendeZeit, {any}*
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (1):
Known Usage Locations
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="headerTyp">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="absender">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{9}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" name="empfaenger">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{9}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" name="sendeZeit" type="xs:dateTime"/>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="strict"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined in this component only; 4/4)
absender
Type:
anonymous (restriction of xs:string), simple content
Simple Content
xs:string
Pattern:
[0-9]{9}
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="absender">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{9}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

empfaenger
Type:
anonymous (restriction of xs:string), simple content
Simple Content
xs:string
Pattern:
[0-9]{9}
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="empfaenger">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{9}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

sendeZeit
Type:
xs:dateTime, predefined, simple content
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="sendeZeit" type="xs:dateTime"/>

{any element with non-schema namespace}
XML Source (see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="strict"/>

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