| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
cscRoot --+
|
utils.utility.Locatable_mixin --+
|
basis._TypeBinding_mixin --+
|
object --+ |
| |
utils.utility._DeconflictSymbols_mixin --+
|
object --+ |
| |
cscRoot --+ |
| |
basis._DynamicCreate_mixin --+
|
basis.simpleTypeDefinition --+
|
object --+ |
| |
basestring --+ |
| |
str --+
|
base64Binary
XMLSchema datatype base64Binary.
|
|||
|
_XsdBaseType XMLSchema datatype anySimpleType. |
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
_ExpandedName = <pyxb.namespace.ExpandedName object>The expanded name of the component. |
|||
_B04 =
|
|||
_B04S =
|
|||
_B16 =
|
|||
_B16S =
|
|||
_B64 =
|
|||
_B64S =
|
|||
__Pattern =
|
|||
__Lexical_re = re.compile(r'^
|
|||
__ValidateLength = Nonehash(x) |
|||
_CF_enumeration = <pyxb.binding.facets.CF_enumeration object>
|
|||
_CF_length = <pyxb.binding.facets.CF_length object>
|
|||
_CF_maxLength = <pyxb.binding.facets.CF_maxLength object>
|
|||
_CF_minLength = <pyxb.binding.facets.CF_minLength object>
|
|||
_CF_pattern = <pyxb.binding.facets.CF_pattern object>
|
|||
_CF_whiteSpace = <pyxb.binding.facets.CF_whiteSpace object>
|
|||
__SimpleTypeDefinition = <pyxb.xmlschema.structures.SimpleType
|
|||
_httpwww_w3_org2001XMLSchema_base64Binary_FacetMap =
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
Control the maximum encoded size that is checked for XML literal validity. Python's base64 module allows some literals that are invalid according to XML rules. PyXB verifies the validity using a regular expression, which is costly for something that is unlikely to occur. Use this function to inhibit checks for validity based on the length of the XML literal.
|
|
Convert from a python value to a string usable in an XML document. This should be implemented in the subclass.
|
Return the length of the given value. The length is calculated by a subclass implementation of _XsdValueLength_vx in accordance with http://www.w3.org/TR/xmlschema-2/#rf-length. The return value is a non-negative integer, or
|
|
|||
_B64
|
_B64S
|
__Pattern
|
__Lexical_re
|
__SimpleTypeDefinition
|
_httpwww_w3_org2001XMLSchema_base64Binary_FacetMap
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Sep 18 22:33:49 2016 | http://epydoc.sourceforge.net |