<xsd:attribute name="noticeReason">
<xsd:annotation>
<xsd:documentation xml:lang="en">A Reason (less than 2048 chars) associated with a notice such as the DoD Distribution reason.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="2048"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute> |