QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
currency | currencyTypeEnum | optional | ||||
unit | xsd:string | optional |
Element | Cost |
<xsd:element name="CostValue"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:decimal"> <xsd:attribute name="currency" type="currencyTypeEnum"/> <xsd:attribute name="unit" type="xsd:string" use="optional"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |