element -> <eState>
Namespace:
Type:
anonymous complexType
Content:
complex, 1 element
Defined:
Includes:
definition of 1 element
Content Model Diagram
XML Representation Summary
<eState>
   
Content: 
eState.01*
</eState>
Content model elements (1):
Included in content model of elements (1):
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="eState">
<xs:complexType>
<xs:sequence>
<xs:element id="eState.StateRequiredElement" maxOccurs="unbounded" minOccurs="0" name="eState.01">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="StateRequiredElement">
<xs:attribute name="TIMESTAMP" type="TimeStampType" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined in this component only; 1/1)
eState.01
Type:
anonymous (extension of StateRequiredElement), simple content
eState.01 State Required Element No No Indicates which elements are required by the state <v2Number/> Optional This element was created to document elements required by the state. The TIMESTAMP attribute describes the active date of the element.
Simple Content
xs:string
maxLength:
100
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eState.StateRequiredElement" maxOccurs="unbounded" minOccurs="0" name="eState.01">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="StateRequiredElement">
<xs:attribute name="TIMESTAMP" type="TimeStampType" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>