org.mule.devkit.model.schema
Class All
java.lang.Object
org.mule.devkit.model.schema.OpenAttrs
org.mule.devkit.model.schema.Annotated
org.mule.devkit.model.schema.Group
org.mule.devkit.model.schema.ExplicitGroup
org.mule.devkit.model.schema.All
public class All
- extends ExplicitGroup
Only elements allowed inside
Java class for all complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="all">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}explicitGroup">
<group ref="{http://www.w3.org/2001/XMLSchema}allModel"/>
<attribute name="minOccurs" default="1">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger">
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</attribute>
<attribute name="maxOccurs" default="1">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}allNNI">
<enumeration value="1"/>
</restriction>
</simpleType>
</attribute>
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
|
Constructor Summary |
All()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
All
public All()
Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.