element <lager>
Namespace:
Type:
anonymous (restriction of xs:integer)
Content:
simple
Defined:
XML Representation Summary
<lager>
   
Content: 
{ enumeration of xs:integer }
</lager>
Simple Content Detail:
Enumeration:
"1", "2", "3", "4"

Included in content model of elements (1):
Annotation

Lager

Anonymous Type Detail
Type Derivation Tree
xs:integer (restriction)
  simpleType
Derivation:
restriction of xs:integer
Facets:
enumeration:
"1", "2", "3", "4"
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="lager">
<xs:simpleType>
<xs:restriction base="xs:integer">
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
<xs:enumeration value="3"/>
<xs:enumeration value="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