<xsd:attribute name="DESVersion">
<xsd:annotation>
<xsd:documentation xml:lang="en">
<p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">The version of the DES.</p>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="[0-9]{6}(\.[0-9]{6})?(\-.{1,23})?"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
|