| UBL Invoice 1.0 | Generated using Liquid XML Studio by Liquid Technologies Ltd |
| 13 October 2007 |
| Definition Type | Complex Type |
| Name | AmountType |
| Namespace | urn:oasis:names:specification:ubl:schema:xsd:CoreComponentTypes-1.0 |
| Type | decimal |
| Abstract | False |
| Documentation | <ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0"><ccts:ComponentType>CCT</ccts:ComponentType><ccts:DictionaryEntryName>Amount. Type</ccts:DictionaryEntryName><ccts:Definition>A number of monetary units specified in a currency where the unit of the currency is explicit or implied.</ccts:Definition><ccts:ObjectClass>Amount</ccts:ObjectClass><ccts:PropertyTerm>Type</ccts:PropertyTerm></ccts:Component> |
| XSD Schema | ..\common\UBL-CoreComponentTypes-1.0.xsd |
|
|
|
|
|
|
|
|
|
<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="AmountType" >
<xsd:annotation> <xsd:documentation> <ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0" > <ccts:ComponentType>CCT</ccts:ComponentType> <ccts:DictionaryEntryName>Amount. Type</ccts:DictionaryEntryName> <ccts:Definition>A number of monetary units specified in a currency where the unit of the currency is explicit or implied.</ccts:Definition> <ccts:ObjectClass>Amount</ccts:ObjectClass> <ccts:PropertyTerm>Type</ccts:PropertyTerm> </ccts:Component> </xsd:documentation> </xsd:annotation> <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> |
|