org.apache.ws.jaxme.xs.xml
Interface XsERedefine
- XsObject, XsTOpenAttrs
- XsERedefineImpl
public interface XsERedefine
Implementation of
xs:redefine
, as specified
by the following:
<xs:element name="redefine" id="redefine">
<xs:annotation>
<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-redefine"/>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="xs:openAttrs">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="xs:annotation"/>
<xs:group ref="xs:redefinable"/>
</xs:choice>
<xs:attribute name="schemaLocation" type="xs:anyURI" use="required"/>
<xs:attribute name="id" type="xs:ID"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
createGroup
public XsTGroup createGroup()
getChilds
public Object[] getChilds()
getSchemaLocation
public XsAnyURI getSchemaLocation()
setId
public void setId(XsID pID)
setSchemaLocation
public void setSchemaLocation(XsAnyURI pSchemaLocation)