complexType "mixin"
Namespace:
Content:
mixed, 2 attributes
Defined:
globally in mule-json.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
    mixinClass
 = 
xsd:NMTOKEN
    targetClass
 = 
xsd:NMTOKEN
    >
   
Content: 
{text}
</...>
All Direct / Indirect Based Elements (3):
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 in 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 SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.