Class: XSD::Documentation
- Inherits:
-
BaseObject
- Object
- BaseObject
- XSD::Documentation
- Defined in:
- lib/xsd/objects/documentation.rb
Overview
The documentation element is used to enter text comments in a schema. Parent elements: annotation www.w3schools.com/xml/el_documentation.asp
Constant Summary
Constants inherited from BaseObject
BaseObject::NO_ATTRIBUTES_CONTAINER, BaseObject::NO_ELEMENTS_CONTAINER, BaseObject::XML_SCHEMA
Instance Attribute Summary collapse
-
#source ⇒ Object
Optional.
-
#xml_lang ⇒ Object
Optional.
Attributes inherited from BaseObject
Method Summary
Methods inherited from BaseObject
#[], #collect_attributes, #collect_elements, #documentation, #documentation_for, #get_prefix, #initialize, #inspect, #map_child, #map_children, #namespaces, #node, #node_to_object, #nodes, #object_by_name, #parent, #reader, #schema, #schemas_for_namespace, #strip_prefix
Constructor Details
This class inherits a constructor from XSD::BaseObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class XSD::BaseObject
Instance Attribute Details
#source ⇒ Object
Optional. A URI reference that specifies the source of the application information
11 |
# File 'lib/xsd/objects/documentation.rb', line 11 property :source, :string |
#xml_lang ⇒ Object
Optional. Specifies the language used in the contents
16 |
# File 'lib/xsd/objects/documentation.rb', line 16 property :'xml:lang', :string |