type

Attribute Information

Used By

Element amount

Source

<xs:attribute name="type" default="total">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="total"/>
      <xs:enumeration value="monthly"/>
      <xs:enumeration value="downpayment"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample