This element describes the structure and content of the classification mapping service output. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
inputSchema | ops:classificationType-Type | required | ||||
outputSchema | ops:classificationType-Type | required |
<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> |