it:WCODocumentFunctionCategoryType
complexType WCODocumentFunctionCategoryType in namespace http://release.niem.gov/niem/domains/internationalTrade/4.2/
Definition
A data type for the codes that categorized the documents based on the functionality addressed by the document.
Diagram
XML Schema
<xs:complexType name="WCODocumentFunctionCategoryType">
<xs:annotation>
<xs:documentation>
A data type for the codes that categorized the documents based on the functionality addressed by the document.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="it:DocumentFunctionCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:WCODocumentFunctionCategory" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:WCODocumentFunctionCategoryAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>