cui:DocumentMarkingMetadataType

complexType DocumentMarkingMetadataType in namespace http://release.niem.gov/niem/auxiliary/cui/5.0/

Definition

A data type for metadata about the Controlled Unclassified Information (CUI) marking of a document.

Diagram

XML Schema

<xs:complexType name="DocumentMarkingMetadataType">
<xs:annotation>
<xs:documentation>
A data type for metadata about the Controlled Unclassified Information (CUI) marking of a document.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cui:SpecifiedCategoryMarkingCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cui:BasicCategoryMarkingCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cui:LDCMarking" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cui:DesignatingEntityText" minOccurs="1" maxOccurs="unbounded"/>
<xs:element ref="cui:DecontrolSchedule" minOccurs="0" maxOccurs="1"/>
<xs:element ref="cui:RequiredIndicatorsText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cui:SupplementalAdministrativeMarkingAbstract" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>