element <pruefstNummer>
Namespace:
Type:
anonymous (restriction of xs:string)
Content:
simple
Defined:
locally within pruefStelle element in adresse.xsd; see XML source
XML Representation Summary
<pruefstNummer>
   
Content: 
{ xs:string }
</pruefstNummer>
Simple Content Detail:
MaxLength:
6
MinLength:
1

Included in content model of elements (1):
pruefStelle (type anonymous)
Annotation

Prüfstellennummer: sechsstellig, alphanummerisch

Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  simpleType
Derivation:
restriction of xs:string
Facets:
maxLength:
6
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="pruefstNummer">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="6"/>
</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