simpleType AuthorisationRuleDomainEnum
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute AuthorisationRuleType/@ruleDomain
facets
Kind Value Annotation
enumeration application
enumeration utility
annotation
documentation

      The type of resource controlled by an AuthorisationRule.
     
source <xsd:simpleType name="AuthorisationRuleDomainEnum">
 
<xsd:annotation>
   
<xsd:documentation>
      The type of resource controlled by an AuthorisationRule.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="application"/>
   
<xsd:enumeration value="utility"/>
 
</xsd:restriction>
</xsd:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy