permit

Attribute Information

Used By

Attribute Group mmlSc:attlist.accessRight

Source

<xs:attribute name="permit" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="none"/>
      <xs:enumeration value="read"/>
      <xs:enumeration value="write"/>
      <xs:enumeration value="delete"/>
      <xs:enumeration value="all"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample