scr:StateAugmentationType

complexType StateAugmentationType in namespace http://release.niem.gov/niem/domains/screening/5.0/

Definition

A data type for additional information about a state.

Diagram

XML Schema

<xs:complexType name="StateAugmentationType">
<xs:annotation>
<xs:documentation>
A data type for additional information about a state.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="scr:StateID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:StateNameID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:StateNameBeginDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:StateNameEndDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:StateCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:StateCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>