Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface XsTOpenAttrs
extends XsObject
<xs:complexType name="openAttrs"> <xs:annotation> <xs:documentation> This type is extended by almost all schema types to allow attributes from other namespaces to be added to user schemas. </xs:documentation> </xs:annotation> <xs:complexContent> <xs:restriction base="xs:anyType"> <xs:anyAttribute namespace="##other" processContents="lax"/> </xs:restriction> </xs:complexContent> </xs:complexType>
Method Summary | |
Attributes |
|
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsObject | |
getLocator , getObjectFactory , getParentObject , getXsESchema , isTopLevelObject , validate |
public Attributes getOpenAttributes()
Returns the attributes having other namespaces.