complexType "methodMapType"
Namespace:
Content:
complex, 3 attributes, 1 element
Defined:
globally in hsinfra.xsd; see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<...
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
</...>
Content Model Elements (1):
method (in methodMap)
All Direct / Indirect Based Elements (1):
methodMap (type methodMapType)
Known Usage Locations
Annotation
This element defines the <b>methodMap</b>. While it is true that, in most cases, the <b>roleMap</b> section contains a definitive list of methods, these methods are likely to be scattered about the roleMap in various templates. This section contains the definitive, non-duplicated list of methods available within the service.
XML Source (see within schema source)
<xsd:complexType name="methodMapType">
<xsd:annotation>
<xsd:documentation>
This element defines the
<b>methodMap</b>
. While it is true that, in most cases, the
<b>roleMap</b>
section contains a definitive list of methods, these methods are
likely to be scattered about the roleMap in various templates. This section
contains the definitive, non-duplicated list of methods available within the service.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="method">
<xsd:complexType>
<xsd:annotation>
<xsd:documentation>
This element defines a method that is available within this service.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute specifies the name of a method available within this service.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attributeGroup ref="standardBlueAttributeGroup"/>
</xsd:complexType>
Attribute Detail (all declarations; 3/3)
changeNumber
Type:
Use:
required
Defined:
locally within standardBlueAttributeGroup attributeGroup
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

creator
Type:
Use:
required
Defined:
locally within standardBlueAttributeGroup attributeGroup
XML Source (see within schema source)
<xsd:attribute name="creator" type="creatorType" use="required"/>

id
Type:
Use:
required
Defined:
locally within standardBlueAttributeGroup attributeGroup
XML Source (see within schema source)
<xsd:attribute name="id" type="idType" use="required"/>
Content Element Detail (all declarations; 1/1)
method
Type:
anonymous complexType, complex content
Defined:
locally within (this) methodMapType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="method">
<xsd:complexType>
<xsd:annotation>
<xsd:documentation>
This element defines a method that is available within this service.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute specifies the name of a method available within this service.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>