veloconnect 1.1

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

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

Documentation
CCT Amount. Type A number of monetary units specified in a currency where the unit of the currency is explicit or implied. Amount Type
Properties
This component is not nillable.

Model
<...
  amountCurrencyCodeListVersionID = xsd:normalizedString
  amountCurrencyID = xsd:normalizedString>
decimal
</...>


Attribute Summary
 xsd:normalizedStringamountCurrencyCodeListVersionID
          
 xsd:normalizedStringamountCurrencyID
          

Attribute Detail

amountCurrencyCodeListVersionID

Type:
xsd:normalizedString
Use:
optional
Form:
unqualified

amountCurrencyID

Type:
xsd:normalizedString
Use:
optional
Form:
unqualified

Source
<xsd:complexType name="AmountType">
<xsd:simpleContent>
<xsd:extension base="xsd:decimal">
<xsd:attribute name="amountCurrencyID" type="xsd:normalizedString" use="optional"/>
<xsd:attribute name="amountCurrencyCodeListVersionID" 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.