complexType "scopeType"
Namespace:
Content:
complex, 2 elements
Defined:
globally in hscommon.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
name (type localizableString), shape (type shapeType)
Known Direct Subtypes (1):
roleListScopeType
All Direct / Indirect Based Elements (2):
scope (defined in roleMapType complexType), scope (type roleListScopeType)
Known Usage Locations
Annotation
A <b>scope</b> contains a <b>shape</b> element designed to restrict the information visible to the user of the scope. When used within a roleMap, the scope's shape defines the data shape that is visible to all members of the role. When used within an ACL, the scope's shape defines the data shape that is visible for the ACL entry relative to the shape for the role.
XML Source (see within schema source)
<xsd:complexType name="scopeType">
<xsd:annotation>
<xsd:documentation>
A
<b>scope</b>
contains a
<b>shape</b>
element designed to
restrict the information visible to the user
of the scope. When used within a roleMap, the scope's
shape defines the data shape that is visible to all
members of the role. When used within an ACL, the scope's shape defines
the data shape that is visible for the ACL entry relative to the shape
for the role.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="name" type="localizableString"/>
<xsd:element maxOccurs="1" minOccurs="1" name="shape" type="shapeType"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 2/2)
name
Type:
localizableString, simple content
Defined:
locally within (this) scopeType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="name" type="localizableString"/>

shape
Type:
shapeType, complex content
Defined:
locally within (this) scopeType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="shape" type="shapeType"/>