DatatypeFacet

Facet information for refining a datatype.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
LongName xsd:normalizedString optional
Long name for the datatype facet.
ShortName xsd:token required
Short name (token) for the datatype facet.

Used By

Element Data/Parameter

Source

<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>