<xs:simpleType name="AttackIdType">
<xs:annotation>
<xs:documentation xml:lang="en">
<p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">The contents of an AttackId element.</p>
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:pattern value="TA?[0-9]{4}"/>
</xs:restriction>
</xs:simpleType>
|