element <methodMap> (local)
Namespace:
Type:
Content:
complex, 3 attributes, 1 element
Defined:
locally within systemBaseType complexType in hsinfra.xsd; see XML source
XML Representation Summary
<methodMap
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
</methodMap>
Content model elements (1):
method (in methodMap)
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="methodMap" type="methodMapType"/>
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 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>