org.apache.ws.jaxme.xs.xml
Interface XsGAttrDecls
- XsGComplexTypeModel, XsTAttributeGroup, XsTComplexRestrictionType, XsTComplexType, XsTExtensionType, XsTLocalComplexType, XsTRestrictionType, XsTSimpleExtensionType, XsTSimpleRestrictionType, XsTTopLevelComplexType
- XsGAttrDeclsImpl, XsGComplexTypeModelImpl, XsTAttributeGroupImpl, XsTComplexRestrictionTypeImpl, XsTComplexTypeImpl, XsTExtensionTypeImpl, XsTLocalComplexTypeImpl, XsTRestrictionTypeImpl, XsTSimpleExtensionTypeImpl, XsTSimpleRestrictionTypeImpl, XsTTopLevelComplexTypeImpl
public interface XsGAttrDecls
Interface of
xs:attrDecls
, with the
following specification:
<xs:group name="attrDecls">
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="attribute" type="xs:attribute"/>
<xs:element name="attributeGroup" type="xs:attributeGroupRef"/>
</xs:choice>
<xs:element ref="xs:anyAttribute" minOccurs="0"/>
</xs:sequence>
</xs:group>
createAnyAttribute
public XsTWildcard createAnyAttribute()
getAllAttributes
public Object[] getAllAttributes()