hs:PetitionCategoryCodeSimpleType
simpleType PetitionCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.0/
Definition
A data type for the type of petition filed.
Diagram
Enumerations
Value | Definition |
AM | Amended |
OR | Original |
SB | Subsequent |
XML Schema
<xs:simpleType name="PetitionCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the type of petition filed.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="AM">
<xs:annotation>
<xs:documentation>
Amended</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OR">
<xs:annotation>
<xs:documentation>
Original</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SB">
<xs:annotation>
<xs:documentation>
Subsequent</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>