element <untersuchungsJahr>
Namespace:
Type:
anonymous (restriction of xs:string)
Content:
simple
Defined:
XML Representation Summary
<untersuchungsJahr>
   
Content: 
{ xs:string }
</untersuchungsJahr>
Simple Content Detail:
MaxLength:
4
MinLength:
1
Pattern:
[0-9]{4}

Included in content model of elements (2):
Annotation

Jahr der Untersuchung

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