ops:classification-Mappings

This element describes the structure and content of the classification mapping service output.

Complex Type Information

Model

Children: ops:mapping

Attributes

QName Type Fixed Default Use Inheritable Annotation
inputSchema ops:classificationType-Type required
outputSchema ops:classificationType-Type required

Used By

Source

<xs:complexType name="classification-Mappings">
  <xs:annotation>
    <xs:documentation>This element describes the structure and content of the classification mapping service output.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="mapping" type="ops:classification-Mapping"/>
  </xs:choice>
  <xs:attribute name="inputSchema" type="ops:classificationType-Type" use="required"/>
  <xs:attribute name="outputSchema" type="ops:classificationType-Type" use="required"/>
</xs:complexType>