nc:ManifestType
complexType ManifestType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for the information about the persons and/or cargo transported on a conveyance trip.
Diagram
XML Schema
<xs:complexType name="ManifestType">
<xs:annotation>
<xs:documentation>
A data type for the information about the persons and/or cargo transported on a conveyance trip.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:DocumentType">
<xs:sequence>
<xs:element ref="nc:ManifestCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ManifestTransmittedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ManifestAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>