CostValue

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
currency currencyTypeEnum optional
unit xsd:string optional

Used By

Element Cost

Source

<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>

Sample