Home | Trees | Indices | Help |
---|
|
object --+ | SchemaObject
A schema object is an extension to object object with with schema awareness.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
boolean |
|
||
boolean |
|
||
[(SchemaObject, [SchemaObject,..]),..] |
|
||
list |
|
||
boolean |
|
||
[(SchemaObject, [SchemaObject,..]),..] |
|
||
[str,...] |
|
||
boolean |
|
||
list |
|
||
|
|||
(int, [SchemaObject,...]) |
|
||
[str,...] |
|
||
boolean |
|
||
boolean |
|
||
SchemaObject |
|
||
(SchemaObject, [SchemaObject,..]) |
|
||
(SchemaObject, [SchemaObject,..]) |
|
||
boolean |
|
||
|
|||
|
|||
(prefix,URI) |
|
||
boolean |
|
||
|
|||
boolean |
|
||
SchemaObject |
|
||
boolean |
|
||
boolean |
|
||
str |
|
||
|
|||
boolean |
|
||
boolean |
|
||
Inherited from |
|
|||
|
|||
|
|
|||
object |
default The default value. |
||
boolean |
form_qualified A flag that inidcates that @elementFormDefault has a value of qualified. |
||
boolean |
nillable A flag that inidcates that @nillable has a value of true. |
||
[SchemaObject,...] |
rawchildren A list raw of all children. |
||
Element |
root The XML root element. |
||
schema.Schema |
schema The schema containing this object. |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
repr(x)
|
str(x)
|
Get whether this is an <xs:all/>
|
Get whether this is an <xs:any/>
|
Append schema object's from source list to the destination list while applying the filter.
|
Get only the attribute content.
|
The list of auto qualified attribute values. Qualification means to convert values into qref.
|
Get whether this is a schema-instance (xs) type.
|
Get only the direct or non-attribute content.
|
Get a list of valid child tag names.
|
Get whether this is n <xs:choice/>
|
Get a flattened list of this nodes contents.
|
Get a list of dependancies for dereferencing.
|
Get the names used for str() and repr() description.
|
Get whether this is a simple-type containing an enumeration.
|
Get whether the object is an extension of another type.
|
Find a referenced type in self or children.
See Also: qualify() |
Get (find) a non-attribute attribute by name.
|
Get (find) a non-attribute child by name.
|
Get whether the object is a schema attribute definition.
|
Get this properties namespace
|
Get whether this type is optional.
|
Prepend schema object's from source list to the destination list while applying the filter.
|
Convert attribute values, that are references to other objects, into qref. Qualfied using default document namespace. Since many wsdls are written improperly: when the document does not define a default namespace, the schema target namespace is used to qualify references. |
Get whether this type is required.
|
Resolve and return the nodes true self.
|
Get whether the object is an restriction of another type.
|
Get whether this is an <xs:sequence/>
|
Get a string representation of this object.
|
Translate a value (type) to/from a python type.
|
Get whether this node is unbounded (a collection)
|
Get whether this is an <xs:list/>
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Mar 21 14:39:10 2011 | http://epydoc.sourceforge.net |