element -> <dState.01>
dState.01 State Required Element No No Indicates which elements are required by the state. Optional This element was created to document elements required by the state. The TIMESTAMP attribute describes the active date of the element.
Namespace:
Type:
Content:
simple, 1 attribute
Defined:
locally within dState complexType in dState_v3.xsd; see XML source
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<dState.01
    TIMESTAMP
 = 
xs:dateTime
    >
   
Content: 
{ xs:string }
</dState.01>
Simple Content Detail:
MaxLength:
100
MinLength:
1

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  StateRequiredElement (extension)
      complexType
Derivation:
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dState.dStateRequiredElement" maxOccurs="unbounded" minOccurs="0" name="dState.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>
Attribute Detail (all declarations; defined in this component only; 1/1)
TIMESTAMP
Type:
Use:
optional
Attribute Value
xs:dateTime
MaxInclusive:
2050-01-01T00:00:00-00:00
MinInclusive:
1950-01-01T00:00:00-00:00
Pattern:
[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(\.\d+)?(\+|-)[0-9]{2}:[0-9]{2}
XML Source (see within schema source)
<xs:attribute name="TIMESTAMP" type="TimeStampType" use="optional"/>