complexType quantityType
diagram adflex-bureau-v1.0.0_diagrams/adflex-bureau-v1.0.0_p101.png
namespace http://adflex.co.uk/xml-schemas/v1.0.1/global-types
type extension of quantityValueType
properties
base quantityValueType
used by
element Batch/Document/Line/Quantity
facets
Kind Value Annotation
minInclusive 0
maxInclusive 99999999
attributes
Name  Type  Use  Default  Fixed  Annotation
exponent  quantityExponentType  required      
source <xs:complexType name="quantityType">
 
<xs:simpleContent>
   
<xs:extension base="quantityValueType">
     
<xs:attribute name="exponent" type="quantityExponentType" use="required"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute quantityType/@exponent
type quantityExponentType
properties
use required
facets
Kind Value Annotation
minInclusive 0
maxInclusive 4
source <xs:attribute name="exponent" type="quantityExponentType" use="required"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy