<xs:complexType name="NonStateActorCoverageType">
<xs:simpleContent>
<xs:extension base="simpleTokenType">
<xs:attribute name="order" type="xs:int" use="optional">
<xs:annotation>
<xs:appinfo xml:lang="en">Specifies a user-defined order of an element within the given document. All elements in the document which specify the order attribute should be interpreted as entries in a single, ordered list even though they may appear on different elements. Values must be sequential, starting at 1, and may not contain duplicates.</xs:appinfo>
</xs:annotation>
</xs:attribute>
<xs:attribute name="qualifier" type="xs:anyURI" use="optional"/>
<xs:attributeGroup ref="SecurityAttributesOptionGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|