|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use XsTWildcardImpl | |
| net.sf.jaxme.xs.xml.impl | |
| Uses of XsTWildcardImpl in net.sf.jaxme.xs.xml.impl |
| Subclasses of XsTWildcardImpl in net.sf.jaxme.xs.xml.impl | |
class |
XsEAnyImpl
Implementation of the xs:any element, as
specified by the following:
<xs:element name="any" id="any">
<xs:annotation>
<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-any"/>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="xs:wildcard">
<xs:attributeGroup ref="xs:occurs"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||