RestrictionFormat

The RestrictionFormat class is the container of restriction column definitions.

Complex Type Information

Model

Children: char, set, states

Attributes

QName Type Fixed Default Use Inheritable Annotation
about URIorSafeCURIE optional
xml:base xs:anyURI optional
See http://www.w3.org/TR/xmlbase/ for
information about this attribute.

Used By

Source

<xs:complexType name="RestrictionFormat" abstract="false">
  <xs:annotation>
    <xs:documentation>The RestrictionFormat class is the container of restriction column definitions.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:restriction base="AbstractFormat">
      <xs:sequence minOccurs="1" maxOccurs="1">
        <xs:element name="states" type="RestrictionStates" minOccurs="1" maxOccurs="unbounded"/>
        <xs:element name="char" type="RestrictionChar" minOccurs="1" maxOccurs="unbounded"/>
        <xs:element name="set" minOccurs="0" maxOccurs="unbounded" type="CharSet"/>
      </xs:sequence>
    </xs:restriction>
  </xs:complexContent>
</xs:complexType>