org.apache.ws.jaxme.xs.xml
Interface XsTWildcard
- XsObject, XsTAnnotated, XsTOpenAttrs
- XsEAny
- XsEAnyImpl, XsTWildcardImpl
public interface XsTWildcard
Interface of
xs:wildcard
, with the
following specification:
<xs:complexType name="wildcard">
<xs:complexContent>
<xs:extension base="xs:annotated">
<xs:attribute name="namespace" type="xs:namespaceList" use="optional" default="##any"/>
<xs:attribute name="processContents" use="optional" default="strict"
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="skip"/>
<xs:enumeration value="lax"/>
<xs:enumeration value="strict"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
setNamespace
public void setNamespace(String pList)