ActionScopeType

Either a code for a scope or a reference to an existing
entity

Simple Type Information

Used By

Attribute Scope/@Name

Source

<xs:simpleType name="ActionScopeType">
  <xs:annotation>
    <xs:documentation>Either a code for a scope or a reference to an existing entity</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="ActionScopeCodeType xs:IDREF"/>
</xs:simpleType>