complexType "mixin"
Namespace:
Content:
mixed (allows character data), 2 attributes
Defined:
globally in mule-json.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:NMTOKEN
 = 
xsd:NMTOKEN
    >
   
Content: 
{text}
</...>
All Direct / Indirect Based Elements (3):
deserialization-mixin, mixin, serialization-mixin
Known Usage Locations
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType mixed="true" name="mixin">
<xsd:attribute name="mixinClass" type="xsd:NMTOKEN" use="required"/>
<xsd:attribute name="targetClass" type="xsd:NMTOKEN" use="required"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/2)
mixinClass
Type:
xsd:NMTOKEN, predefined
Use:
required
The fully qualified classname of the mixin class that defines the annotations to overlay on the object. This must be an abstract class or interface.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="mixinClass" type="xsd:NMTOKEN" use="required"/>

targetClass
Type:
xsd:NMTOKEN, predefined
Use:
required
The fully qualified classname of the target class that will have the annotations injected. This is the object class that gets serialized or deserialized.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="targetClass" type="xsd:NMTOKEN" use="required"/>

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.