j:ProhibitedActType
complexType ProhibitedActType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/
Definition
A data type for a violation of published rule/code of conduct for which a person can be held accountable for through sanction.
Diagram
XML Schema
<xs:complexType name="ProhibitedActType">
<xs:annotation>
<xs:documentation>
A data type for a violation of published rule/code of conduct for which a person can be held accountable for through sanction.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:ActivityType">
<xs:sequence>
<xs:element ref="j:ProhibitedActAidingAbettingIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ProhibitedActRepetitionQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ProhibitedActAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>