|
__init__(self,
pname,
ofwhat=( ) ,
attributes=None,
extend=False,
restrict=False,
**kw)
pyclass -- the Python class to hold the fields ofwhat -- a list of
fields to be in the complexType inorder -- fields must be in exact
order or not inline -- don't href/id when serializing mutable --
object could change between multiple serializations type -- the
(URI,localname) of the datatype mixed -- mixed content model?
True/False mixed_aname -- if mixed is True, specify text content
here. |
source code
|
|
Inherited from ZSI.TCcompound.ComplexType :
cb ,
parse ,
serialize ,
setDerivedTypeContents
Inherited from ZSI.TC.TypeCode :
SimpleHREF ,
checkname ,
checktype ,
get_name ,
get_parse_and_errorlist ,
has_attributes ,
name_match ,
nilled ,
parse_attributes ,
serialize_as_nil ,
set_attribute_href ,
set_attribute_id ,
set_attribute_xsi_type ,
set_attributes ,
simple_value ,
text_to_data
Inherited from ZSI.schema.TypeDefinition :
getSubstituteType
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|