Package : datatypes
XML Type : QTY
Comments : The quantity data type is an abstract generalization for all data types (1) whose value set has an order relation (less-or-equal) and (2) where difference is defined in all of the data type's totally ordered value subsets. The quantity type abstraction is needed in defining certain other types, such as the interval and the probability distribution.
Parent : ANY
There are no specific attributes for this element.
There are no specific rules for this element.
<xs:complexType
xmlns:xs="http://www.w3.org/2001/XMLSchema" abstract="true" name="QTY">
<xs:annotation>
<xs:documentation>
The quantity data type is an abstract generalization
for all data types (1) whose value set has an order
relation (less-or-equal) and (2) where difference is
defined in all of the data type's totally ordered value
subsets. The quantity type abstraction is needed in
defining certain other types, such as the interval and
the probability distribution.
</xs:documentation>
<xs:appinfo>
<diff>QTY</diff>
</xs:appinfo>
</xs:annotation>
<xs:complexContent>
<xs:extension base="ANY" />
</xs:complexContent>
</xs:complexType>