typeCLASSIFICATION_GROUP_ID

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
type restriction of dtSTRING optional

Used By

Source

<xsd:complexType name="typeCLASSIFICATION_GROUP_ID">
  <xsd:simpleContent>
    <xsd:extension base="typeSTRING00060">
      <xsd:attribute name="type" use="optional">
        <xsd:simpleType>
          <xsd:restriction base="dtSTRING">
            <xsd:maxLength value="20"/>
            <xsd:minLength value="1"/>
            <xsd:enumeration value="flat"/>
            <xsd:enumeration value="hierarchy"/>
          </xsd:restriction>
        </xsd:simpleType>
      </xsd:attribute>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>