j:ParoleAgentOverrideType
complexType ParoleAgentOverrideType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/
Definition
A data type for a set of details about an override decision made by a parole agent.
Diagram
XML Schema
<xs:complexType name="ParoleAgentOverrideType">
<xs:annotation>
<xs:documentation>
A data type for a set of details about an override decision made by a parole agent.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="j:ParoleAgentOverrideCommentsText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleAgentOverrideRecommendationCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParoleAgentOverrideAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>