PART_SELECTION_TYPE

Element Information

Model

Used By

Element CONFIG_PARTS

Source

<xsd:element name="PART_SELECTION_TYPE" default="non-distinct">
  <xsd:simpleType>
    <xsd:restriction base="dtSTRING">
      <xsd:minLength value="1"/>
      <xsd:maxLength value="20"/>
      <xsd:enumeration value="distinct"/>
      <xsd:enumeration value="non-distinct"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>

Sample