fr.tireme.schemadoc.SDSchema
Interface SDSchemaContent
- All Superinterfaces:
- SDConcreteComponent
- All Known Subinterfaces:
- SDAttribute, SDAttributeGroup, SDComplexType, SDElement, SDGroupDefinition, SDNotation, SDSimpleType
- All Known Implementing Classes:
- SDSchemaContentImpl, XSDAttributeDeclarationWrapp, XSDAttributeGroupDefinitionWrapp, XSDComplexTypeDefinitionWrapp, XSDElementDeclarationWrapp, XSDModelGroupDefinitionWrapp, XSDNotationDeclarationWrapp, XSDSimpleTypeDefinitionWrapp
public interface SDSchemaContent
- extends SDConcreteComponent
- Author:
- Mike Niemaz (niemaz@xrce.xerox.com)
TYPE_ATTRIBUTE
static final int TYPE_ATTRIBUTE
- See Also:
- Constant Field Values
TYPE_ATTRIBUTEGROUP
static final int TYPE_ATTRIBUTEGROUP
- See Also:
- Constant Field Values
TYPE_COMPLEXTYPE
static final int TYPE_COMPLEXTYPE
- See Also:
- Constant Field Values
TYPE_SIMPLETYPE
static final int TYPE_SIMPLETYPE
- See Also:
- Constant Field Values
TYPE_ELEMENT
static final int TYPE_ELEMENT
- See Also:
- Constant Field Values
TYPE_GROUP
static final int TYPE_GROUP
- See Also:
- Constant Field Values
TYPE_NOTATION
static final int TYPE_NOTATION
- See Also:
- Constant Field Values
TYPE_ATTRIBUTE_LABEL
static final java.lang.String TYPE_ATTRIBUTE_LABEL
- See Also:
- Constant Field Values
TYPE_ATTRIBUTEGROUP_LABEL
static final java.lang.String TYPE_ATTRIBUTEGROUP_LABEL
- See Also:
- Constant Field Values
TYPE_COMPLEXTYPE_LABEL
static final java.lang.String TYPE_COMPLEXTYPE_LABEL
- See Also:
- Constant Field Values
TYPE_SIMPLETYPE_LABEL
static final java.lang.String TYPE_SIMPLETYPE_LABEL
- See Also:
- Constant Field Values
TYPE_ELEMENT_LABEL
static final java.lang.String TYPE_ELEMENT_LABEL
- See Also:
- Constant Field Values
TYPE_GROUP_LABEL
static final java.lang.String TYPE_GROUP_LABEL
- See Also:
- Constant Field Values
TYPE_NOTATION_LABEL
static final java.lang.String TYPE_NOTATION_LABEL
- See Also:
- Constant Field Values
getQName
QName getQName()
getName
java.lang.String getName()
getType
int getType()
getTargetNamespace
java.lang.String getTargetNamespace()
isGlobal
boolean isGlobal()
getSchema
org.eclipse.xsd.XSDSchema getSchema()