CostType

Complex Type Information

Model

Children: vendorData

Attributes

QName Type Fixed Default Use Inheritable Annotation
currency xsd:string optional
totalAmount xsd:decimal optional
unitAmount xsd:decimal optional

Used By

Source

<xsd:complexType name="CostType">
  <xsd:sequence>
    <xsd:element name="vendorData" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
  <xsd:attribute name="unitAmount" type="xsd:decimal" use="optional"/>
  <xsd:attribute name="totalAmount" type="xsd:decimal" use="optional"/>
  <xsd:attribute name="currency" type="xsd:string" use="optional"/>
</xsd:complexType>