Modifier and Type | Field and Description |
---|---|
protected XSSimpleTypeDefinition |
PSVIElementNSImpl.fMemberType
member type definition against which element was validated
|
protected XSSimpleTypeDefinition |
PSVIAttrNSImpl.fMemberType
member type definition against which attribute was validated
|
Modifier and Type | Method and Description |
---|---|
XSSimpleTypeDefinition |
PSVIElementNSImpl.getMemberTypeDefinition()
If and only if that type definition is a simple type definition
with {variety} union, or a complex type definition whose {content type}
is a simple thype definition with {variety} union, then an item isomorphic
to that member of the union's {member type definitions} which actually
validated the element item's normalized value.
|
XSSimpleTypeDefinition |
PSVIAttrNSImpl.getMemberTypeDefinition()
If and only if that type definition is a simple type definition
with {variety} union, or a complex type definition whose {content type}
is a simple thype definition with {variety} union, then an item isomorphic
to that member of the union's {member type definitions} which actually
validated the element item's normalized value.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XSSimpleType
This interface
XSSimpleType represents the simple type
definition of schema component and defines methods to query the information
contained. |
Modifier and Type | Class and Description |
---|---|
class |
XSSimpleTypeDecl |
Modifier and Type | Method and Description |
---|---|
XSSimpleTypeDefinition |
XSSimpleTypeDecl.getItemType()
If variety is
list the item type definition (an atomic or
union simple type definition) is available, otherwise
null . |
XSSimpleTypeDefinition |
XSSimpleTypeDecl.getPrimitiveType()
If variety is
atomic the primitive type definition (a
built-in primitive datatype definition or the simple ur-type
definition) is available, otherwise null . |
Modifier and Type | Field and Description |
---|---|
protected XSSimpleTypeDefinition |
ElementPSVImpl.fMemberType
member type definition against which element was validated
|
protected XSSimpleTypeDefinition |
AttributePSVImpl.fMemberType
member type definition against which attribute was validated
|
Modifier and Type | Method and Description |
---|---|
XSSimpleTypeDefinition |
ElementPSVImpl.getMemberTypeDefinition()
If and only if that type definition is a simple type definition
with {variety} union, or a complex type definition whose {content type}
is a simple thype definition with {variety} union, then an item isomorphic
to that member of the union's {member type definitions} which actually
validated the element item's normalized value.
|
XSSimpleTypeDefinition |
AttributePSVImpl.getMemberTypeDefinition()
If and only if that type definition is a simple type definition
with {variety} union, or a complex type definition whose {content type}
is a simple thype definition with {variety} union, then an item isomorphic
to that member of the union's {member type definitions} which actually
validated the element item's normalized value.
|
XSSimpleTypeDefinition |
XSComplexTypeDecl.getSimpleType()
A simple type definition corresponding to simple content model,
otherwise
null |
XSSimpleTypeDefinition |
XSAttributeDecl.getTypeDefinition()
A simple type definition
|
Modifier and Type | Method and Description |
---|---|
XSSimpleTypeDefinition |
XSSimpleTypeDefinition.getItemType()
If variety is
list the item type definition (an atomic or
union simple type definition) is available, otherwise
null . |
XSSimpleTypeDefinition |
ItemPSVI.getMemberTypeDefinition()
[member type definition] : if and only if that type
definition is a simple type definition with {variety} union, or a
complex type definition whose {content type} is a simple type
definition with {variety} union, then an item isomorphic to that
member of the union's {member type definitions} which actually
validated the schema item's normalized value. |
XSSimpleTypeDefinition |
XSSimpleTypeDefinition.getPrimitiveType()
If variety is
atomic the primitive type definition (a
built-in primitive datatype definition or the simple ur-type
definition) is available, otherwise null . |
XSSimpleTypeDefinition |
XSComplexTypeDefinition.getSimpleType()
A simple type definition corresponding to a simple content model,
otherwise
null . |
XSSimpleTypeDefinition |
XSAttributeDeclaration.getTypeDefinition()
[type definition]: A simple type definition.
|
Modifier and Type | Class and Description |
---|---|
class |
JBossXSSimpleTypeDefinition
XSSimpleTypeDefinition
|
Modifier and Type | Method and Description |
---|---|
XSSimpleTypeDefinition |
JBossXSSimpleTypeDefinition.getItemType() |
XSSimpleTypeDefinition |
JBossXSSimpleTypeDefinition.getPrimitiveType() |
XSSimpleTypeDefinition |
JBossXSComplexTypeDefinition.getSimpleType()
A simple type definition corresponding to a simple content model,
otherwise
null . |
Modifier and Type | Method and Description |
---|---|
void |
JBossXSComplexTypeDefinition.setSimpleType(XSSimpleTypeDefinition xsSimple)
A simple type definition corresponding to a simple content model,
otherwise
null . |
Constructor and Description |
---|
JBossXSSimpleTypeDefinition(XSSimpleTypeDefinition xs) |
Modifier and Type | Method and Description |
---|---|
static QName |
SchemaUtils.createQNameFromXSSimpleType(XSSimpleTypeDefinition xs)
Create a QName given a Simple Type
|
static QName |
SchemaUtils.handleSimpleType(XSSimpleTypeDefinition simple)
Generate a QName for a simple type
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.