<xsd:complexType name="ResponseMessage">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type refining the generic message content model to make it specific to response messages.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:restriction base="Message">
<xsd:sequence>
<xsd:element name="header" type="ResponseMessageHeader">
<xsd:annotation>
<xsd:documentation xml:lang="en">Overrides the definition of header in the Message type to make it specific to ResponseMessage instances.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="Validation.model" />
</xsd:sequence>
<xsd:attributeGroup ref="StandardAttributes.atts" />
</xsd:restriction>
</xsd:complexContent>
</xsd:complexType>
|