Method: XSD::Any#namespace
- Defined in:
- lib/xsd/objects/any.rb
#namespace ⇒ Object
Optional. Specifies the namespaces containing the elements that can be used. Can be set to one of the following:
##any - elements from any namespace is allowed (this is default)
##other - elements from any namespace that is not the namespace of the parent element can be present
##local - elements must come from no namespace
##targetNamespace - elements from the namespace of the parent element can be present
List of {URI references of namespaces, ##targetNamespace, ##local} - elements from a space-delimited list of
the namespaces can be present
19 |
# File 'lib/xsd/objects/any.rb', line 19 property :namespace, :string, default: '##any' |