Element | TERM |
<xsd:attribute name="type" use="optional" default="function"> <xsd:simpleType> <xsd:restriction base="dtSTRING"> <xsd:minLength value="1"/> <xsd:maxLength value="20"/> <xsd:enumeration value="function"/> <xsd:enumeration value="constraint"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> |