type

Attribute Information

Used By

Source

<xsd:attribute name="type" use="required">
  <xsd:simpleType>
    <xsd:restriction base="dtSTRING">
      <xsd:minLength value="1"/>
      <xsd:maxLength value="20"/>
      <xsd:enumeration value="accessories"/>
      <xsd:enumeration value="base_product"/>
      <xsd:enumeration value="consists_of"/>
      <xsd:enumeration value="diff_orderunit"/>
      <xsd:enumeration value="followup"/>
      <xsd:enumeration value="mandatory"/>
      <xsd:enumeration value="similar"/>
      <xsd:enumeration value="select"/>
      <xsd:enumeration value="sparepart"/>
      <xsd:enumeration value="others"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>

Sample