nc:ReleaseType
complexType ReleaseType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for a freeing or discharging of someone or something from an activity, supervision, or obligation.
Diagram
XML Schema
<xs:complexType name="ReleaseType">
<xs:annotation>
<xs:documentation>
A data type for a freeing or discharging of someone or something from an activity, supervision, or obligation.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:ActivityType">
<xs:sequence>
<xs:element ref="nc:ReleasePerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ReleaseFromLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ReleaseIssuer" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ReleaseItem" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ReleaseRecipient" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ReleaseToLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ReleaseSupervisor" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ReleaseAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>