Musica Toolkit
0.1
  • 1. Overview
  • 2. News
  • 3. Roadmap
  • 4. Installation
  • 5. User FAQ
  • 6. Definitions of terms
  • 7. Figures
  • 8. Examples
  • 9. Design Notes
  • 10. API Documentation
    • 10.1. Musica
      • 10.1.1. Audio
      • 10.1.2. Config
      • 10.1.3. Figure
      • 10.1.4. Geometry
      • 10.1.5. Instrument
      • 10.1.6. Locale
      • 10.1.7. Logging
      • 10.1.8. Math
      • 10.1.9. Midi
      • 10.1.10. MusicXML
        • 10.1.10.1. Pyxb
      • 10.1.11. Notation
      • 10.1.12. Tex
      • 10.1.13. Theory
      • 10.1.14. Xml
    • 10.2. Indexes
  • 11. Development & Community
  • 12. How to Refer to Musica ?
  • 13. How to Help Further ?
  • 14. Related Projects
  • 15. Bibliography
Musica Toolkit
  • Docs »
  • 10. API Documentation »
  • 10.1. Musica »
  • 10.1.10. MusicXML »
  • 10.1.10.1. Pyxb »
  • 10.1.10.1.1. _xlink
  • View page source

10.1.10.1.1. _xlink¶

class Musica.MusicXML.Pyxb._xlink.STD_ANON(*args, **kw)[source]¶

Bases: pyxb.binding.datatypes.NMTOKEN, pyxb.binding.basis.enumeration_mixin

Initialize a newly created STD instance.

Usually there is one positional argument, which is a value that can be converted to the underlying Python type.

@keyword _validate_constraints: If True (default if validation is enabled), the newly constructed value is checked against its constraining facets. @type _validate_constraints: C{bool}

@keyword _apply_attributes: If C{True} (default), any attributes present in the keywords or DOM node are applied. Normally presence of such an attribute should produce an error; when creating simple content for a complex type we need the DOM node, but do not want to apply the attributes, so we bypass the application.

_CF_enumeration = <pyxb.binding.facets.CF_enumeration object>¶
_Documentation = ''¶
_ExpandedName = None¶
_STD_ANON_FacetMap = {<class 'pyxb.binding.facets.CF_pattern'>: <pyxb.binding.facets.CF_pattern object>, <class 'pyxb.binding.facets.CF_enumeration'>: <pyxb.binding.facets.CF_enumeration object>}¶
_XSDLocation = pyxb.utils.utility.Location('xlink.xsd', 23, 2)¶
simple = 'simple'¶
class Musica.MusicXML.Pyxb._xlink.STD_ANON_(*args, **kw)[source]¶

Bases: pyxb.binding.datatypes.NMTOKEN, pyxb.binding.basis.enumeration_mixin

Initialize a newly created STD instance.

Usually there is one positional argument, which is a value that can be converted to the underlying Python type.

@keyword _validate_constraints: If True (default if validation is enabled), the newly constructed value is checked against its constraining facets. @type _validate_constraints: C{bool}

@keyword _apply_attributes: If C{True} (default), any attributes present in the keywords or DOM node are applied. Normally presence of such an attribute should produce an error; when creating simple content for a complex type we need the DOM node, but do not want to apply the attributes, so we bypass the application.

_CF_enumeration = <pyxb.binding.facets.CF_enumeration object>¶
_Documentation = ''¶
_ExpandedName = None¶
_STD_ANON_1_FacetMap = {<class 'pyxb.binding.facets.CF_pattern'>: <pyxb.binding.facets.CF_pattern object>, <class 'pyxb.binding.facets.CF_enumeration'>: <pyxb.binding.facets.CF_enumeration object>}¶
_XSDLocation = pyxb.utils.utility.Location('xlink.xsd', 35, 2)¶
embed = 'embed'¶
new = 'new'¶
none = 'none'¶
other = 'other'¶
replace = 'replace'¶
class Musica.MusicXML.Pyxb._xlink.STD_ANON_2(*args, **kw)[source]¶

Bases: pyxb.binding.datatypes.NMTOKEN, pyxb.binding.basis.enumeration_mixin

Initialize a newly created STD instance.

Usually there is one positional argument, which is a value that can be converted to the underlying Python type.

@keyword _validate_constraints: If True (default if validation is enabled), the newly constructed value is checked against its constraining facets. @type _validate_constraints: C{bool}

@keyword _apply_attributes: If C{True} (default), any attributes present in the keywords or DOM node are applied. Normally presence of such an attribute should produce an error; when creating simple content for a complex type we need the DOM node, but do not want to apply the attributes, so we bypass the application.

_CF_enumeration = <pyxb.binding.facets.CF_enumeration object>¶
_Documentation = ''¶
_ExpandedName = None¶
_STD_ANON_2_FacetMap = {<class 'pyxb.binding.facets.CF_pattern'>: <pyxb.binding.facets.CF_pattern object>, <class 'pyxb.binding.facets.CF_enumeration'>: <pyxb.binding.facets.CF_enumeration object>}¶
_XSDLocation = pyxb.utils.utility.Location('xlink.xsd', 47, 2)¶
none = 'none'¶
onLoad = 'onLoad'¶
onRequest = 'onRequest'¶
other = 'other'¶
Musica.MusicXML.Pyxb._xlink.CreateFromDOM(node, default_namespace=None)[source]¶
Musica.MusicXML.Pyxb._xlink.CreateFromDocument(xml_text, default_namespace=None, location_base=None)[source]¶
Next Previous

© Copyright 2017, Fabrice Salvaire.

Built with Sphinx using a theme provided by Read the Docs.