Scope

Attribute Information

Used By

Attribute Group TextAttGroup

Source

<xs:attribute name="Scope" use="optional">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="Restricted"/>
      <xs:enumeration value="Private"/>
      <xs:enumeration value="Public"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample