group "defaultWireFormatElements"
Namespace:
Content:
Defined:
globally in mule-client.xsd; see XML source
Includes:
definitions of 3 elements
Used:
Content Model Diagram
Complex Content Model
(xml-wire-format | serialization-wire-format | custom-wire-format)?
Content Model Elements (3):
custom-wire-format, serialization-wire-format, xml-wire-format
Known Usage Locations
XML Source (see within schema source)
<xsd:group name="defaultWireFormatElements">
<xsd:sequence>
<xsd:choice maxOccurs="1" minOccurs="0">
<xsd:element name="xml-wire-format"/>
<xsd:element name="serialization-wire-format"/>
<xsd:element name="custom-wire-format">
<xsd:complexType>
<xsd:attribute name="class" type="mule:substitutableClass" use="required"/>
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:sequence>
</xsd:group>
Content Element Detail (all declarations; defined within this component only; 3/3)
custom-wire-format
Type:
anonymous complexType, empty content
XML Source (see within schema source)
<xsd:element name="custom-wire-format">
<xsd:complexType>
<xsd:attribute name="class" type="mule:substitutableClass" use="required"/>
</xsd:complexType>
</xsd:element>

serialization-wire-format
Type:
xsd:anyType, any content
XML Source (see within schema source)
<xsd:element name="serialization-wire-format"/>

xml-wire-format
Type:
xsd:anyType, any content
XML Source (see within schema source)
<xsd:element name="xml-wire-format"/>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.