element <scope> (local)
Namespace:
Type:
anonymous complexType (extension of scopeType)
Content:
complex, 1 attribute, 2 elements
Defined:
locally within roleMapType complexType in hsinfra.xsd; see XML source
Includes:
definition of 1 attribute
XML Representation Summary
<scope
   
 = 
xsd:string
   
>
   
Content: 
</scope>
Content model elements (2):
name (type localizableString), shape (type shapeType)
Included in content model of elements (2):
roleMap, roleMap (type roleMapType)
Annotation
This element defines a scope which may be referred to by roles within this <b>roleMap</b> to indicate what portions of the document are visible to this role for the specified method.
Anonymous Type Detail
Type Derivation Tree
scopeType (extension)
  complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="scope">
<xsd:annotation>
<xsd:documentation>
This element defines a scope which may be referred to by roles within this
<b>roleMap</b>
to indicate what portions of the document are visible to this role for
the specified method.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="scopeType">
<xsd:attribute name="id" type="idType"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; 1/1)
id
Type:
Use:
optional
Defined:
locally within (this) scope element
XML Source (see within schema source)
<xsd:attribute name="id" type="idType"/>
Content Element Detail (all declarations; 2/2)
name
Type:
localizableString, simple content
Defined:
locally within 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 scopeType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="shape" type="shapeType"/>