form

Attribute Information

Used By

Attribute Group Operator.attrib

Source

<xs:attribute name="form">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="prefix"/>
      <xs:enumeration value="infix"/>
      <xs:enumeration value="postfix"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample