element <method> (local)
Namespace:
Type:
anonymous complexType
Content:
empty, 2 attributes
Defined:
Includes:
definitions of 2 attributes
XML Representation Summary
<method
   
 = 
xsd:string
 = 
xsd:string
/>
Included in content model of elements (1):
roleTemplate (defined in roleMapType complexType)
Annotation
This element specifies the methods available within this <b>roleTemplate</b> by name and by scope. When a subject maps to a <b>roleTemplate</b>, the method in the request must match one of these elements for the message to continue to flow. If the method exists, the data available to the method is a function of the scope referenced by this method, combined with an optional scope referenced by the role defined in the <b>roleList</b>.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="method">
<xsd:annotation>
<xsd:documentation>
This element specifies the methods available within this
<b>roleTemplate</b>
by name
and by scope. When a subject maps to a
<b>roleTemplate</b>
, the method
in the request must match one of these elements for the message to continue
to flow. If the method exists, the data available to the method is a function
of the scope referenced by this method, combined with an optional
scope referenced by the role defined in the
<b>roleList</b>
.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute name="name" type="string" use="required">
<xsd:annotation>
<xsd:documentation>
This element specifies the name of the method.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="scopeRef" type="idRefType" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute specifies the scope within this document
that is in effect for this method.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; 2/2)
name
Type:
Use:
required
Defined:
locally within (this) method element
This element specifies the name of the method.
XML Source (see within schema source)
<xsd:attribute name="name" type="string" use="required">
<xsd:annotation>
<xsd:documentation>
This element specifies the name of the method.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

scopeRef
Type:
Use:
required
Defined:
locally within (this) method element
This attribute specifies the scope within this document that is in effect for this method.
XML Source (see within schema source)
<xsd:attribute name="scopeRef" type="idRefType" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute specifies the scope within this document
that is in effect for this method.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>