complexType "eState"
Namespace:
Content:
complex, 1 element
Defined:
globally in eState_v3.xsd; see XML source
Includes:
definition of 1 element
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
eState.01*
</...>
Content Model Elements (1):
All Direct / Indirect Based Elements (1):
Known Usage Locations
XML Source (w/o annotations (1); see within schema source)
<xs:complexType name="eState">
<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>
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>