hs:ChildSupportObligationOrderActionCodeSimpleType
simpleType ChildSupportObligationOrderActionCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.0/
Definition
A data type for the legal actions a child-support-enforcement tribunal can take regarding a child-support obligation.
Diagram
Enumerations
Value | Definition |
Establish | The tribunal entered the initial order establishing a child-support obligation. |
Modify | The tribunal modified a prior order regarding a child-support obligation. |
Other | The tribunal took an unenumerated action regarding a child-support obligation. |
Vacate | The tribunal vacated a prior order regarding a child-support obligation. |
XML Schema
<xs:simpleType name="ChildSupportObligationOrderActionCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the legal actions a child-support-enforcement tribunal can take regarding a child-support obligation.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Establish">
<xs:annotation>
<xs:documentation>
The tribunal entered the initial order establishing a child-support obligation.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Modify">
<xs:annotation>
<xs:documentation>
The tribunal modified a prior order regarding a child-support obligation.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
The tribunal took an unenumerated action regarding a child-support obligation.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Vacate">
<xs:annotation>
<xs:documentation>
The tribunal vacated a prior order regarding a child-support obligation.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>