<xs:attributeGroup name="QuantityGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used to define a quantity.</xs:documentation>
</xs:annotation>
<xs:attribute name="Quantity" type="xs:nonNegativeInteger" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Used to define the quantity for an associated element or attribute.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|