element <absender>
Namespace:
Type:
anonymous (restriction of xs:string)
Content:
simple
Defined:
locally within headerTyp complexType in saatxml.xsd; see XML source
XML Representation Summary
<absender>
   
Content: 
{ xs:string }
</absender>
Simple Content Detail:
Pattern:
[0-9]{9}

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  simpleType
Derivation:
restriction of xs:string
Facets:
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>

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