Namespace: |
|
Content: |
|
Defined: |
globally in saatxml.xsd; see XML source |
Includes: |
|
Used: |
at 1 location |
XML Representation Summary | |||||
<...> | |||||
|
|||||
</...> |
<xs:complexType name="headerTyp"> <xs:sequence> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[0-9]{9}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[0-9]{9}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="strict"/> </xs:sequence> </xs:complexType> |
Type: |
xs:string |
Pattern: |
[0-9]{9} |
<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> |
Type: |
xs:string |
Pattern: |
[0-9]{9} |
<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> |
Type: |
xs:dateTime, predefined, simple content |
<xs:element maxOccurs="1" minOccurs="1" name="sendeZeit" type="xs:dateTime"/> |
<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 |