<xsd:complexType name="DatatypeFacet">
<xsd:annotation>
<xsd:documentation>Facet information for refining a datatype.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="ShortName" type="xsd:token" use="required">
<xsd:annotation>
<xsd:documentation>Short name (token) for the datatype facet.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="LongName" type="xsd:normalizedString">
<xsd:annotation>
<xsd:documentation>Long name for the datatype facet.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType> |