Element | CLASSIFICATION_GROUP |
<xsd:attribute name="type" use="optional"> <xsd:simpleType> <xsd:restriction base="dtSTRING"> <xsd:minLength value="1"/> <xsd:maxLength value="4"/> <xsd:enumeration value="leaf"/> <xsd:enumeration value="node"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> |