map

The attributeGroup related to interface/operation types supported by
OperationMapping and OperationMappingType. The abstract map includes the interface,
operation, the step (see StepType) and the document reference. Note:
This attributeGroup was added in v2.0.

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
documentEnvelopeRef xsd:IDREF required
The nameID reference of the Document Envelope related to the
OperationMapping. Note: This attribute was added in v2.0.
interfaceName xsd:NMTOKEN required
Interface is called portType in WSDL 1.1. The name of the
interface or portType mapped logically in Operation Mapping. Note: This attribute was added in v2.0.
operationName xsd:NMTOKEN required
The name of the operation mapped in the
OperationMapping. Note: This attribute was added in v2.0.
operationStep StepType required
The name of operation step from the Step Type enumeration list
for OperationMapping. Note: This attribute was added in v2.0.

Used By

Source

<xsd:attributeGroup name="map">
  <xsd:annotation>
    <xsd:documentation>The attributeGroup related to interface/operation types supported by OperationMapping and OperationMappingType. The abstract map includes the interface, operation, the step (see StepType) and the document reference. Note: This attributeGroup was added in v2.0.</xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="interfaceName" type="xsd:NMTOKEN" use="required">
    <xsd:annotation>
      <xsd:documentation>Interface is called portType in WSDL 1.1. The name of the interface or portType mapped logically in Operation Mapping. Note: This attribute was added in v2.0.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="operationName" type="xsd:NMTOKEN" use="required">
    <xsd:annotation>
      <xsd:documentation>The name of the operation mapped in the OperationMapping. Note: This attribute was added in v2.0.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="operationStep" type="StepType" use="required">
    <xsd:annotation>
      <xsd:documentation>The name of operation step from the Step Type enumeration list for OperationMapping. Note: This attribute was added in v2.0.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="documentEnvelopeRef" type="xsd:IDREF" use="required">
    <xsd:annotation>
      <xsd:documentation>The nameID reference of the Document Envelope related to the OperationMapping. Note: This attribute was added in v2.0.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:attributeGroup>