PricePerUnitType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
divisor LimitedDecimalType optional

Used By

Element PricePerUnit

Source

<xs:complexType name="PricePerUnitType">
  <xs:simpleContent>
    <xs:extension base="LimitedDecimalType">
      <xs:attribute ref="divisor"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>