Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The xdTrustLevel simple type specifies enumeration values for specifying a "restricted" or "domain" value.
domain: This enumeration value evaluates to "domain".
restricted: This enumeration value evaluates to "restricted". This value MUST NOT be present.
Referenced By |
---|
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.
-
<xsd:simpleType name="xdTrustLevel"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="restricted"/> <xsd:enumeration value="domain"/> </xsd:restriction> </xsd:simpleType>