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