j:ProtectionOrderType

complexType ProtectionOrderType in namespace http://release.niem.gov/niem/domains/jxdm/6.0/

Definition

A data type for a civil order protecting one individual from another.

Diagram

XML Schema

<xs:complexType name="ProtectionOrderType">
<xs:annotation>
<xs:documentation>
A data type for a civil order protecting one individual from another.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:ProtectionOrderRestrictedPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ProtectionOrderBradyIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ProtectionOrderConditionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ProtectionOrderConditionAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ProtectionOrderAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>