veloconnect 1.1

urn:oasis:names:specification:ubl:schema:xsd:CoreComponentTypes-1.0
complexType MeasureType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:oasis:names:specification:ubl:schema:xsd:CoreComponentTypes-1.0}MeasureType (restriction)

Documentation
CCT Measure. Type A numeric value determined by measuring an object along with the specified unit of measure. Measure Type
Properties
This component is not nillable.

Model
<...
  measureUnitCode = xsd:normalizedString
  measureUnitCodeListVersionID = xsd:normalizedString>
decimal
</...>


Attribute Summary
 xsd:normalizedStringmeasureUnitCode
          
 xsd:normalizedStringmeasureUnitCodeListVersionID
          

Attribute Detail

measureUnitCode

Type:
xsd:normalizedString
Use:
optional
Form:
unqualified

measureUnitCodeListVersionID

Type:
xsd:normalizedString
Use:
optional
Form:
unqualified

Source
<xsd:complexType name="MeasureType">
<xsd:simpleContent>
<xsd:extension base="xsd:decimal">
<xsd:attribute name="measureUnitCode" type="xsd:normalizedString" use="optional"/>
<xsd:attribute name="measureUnitCodeListVersionID" type="xsd:normalizedString" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>

veloconnect 1.1

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.