Wildcard
Namespace: AntaniXml
Parent Module: XsdDomain
Union Cases
Union Case | Description |
Any
Signature:
|
##any Any well-formed XML from any namespace (default)
|
Local
Signature:
|
##local Any well-formed XML that is not qualified,
i.e. not declared to be in a namespace
|
Other
Signature:
|
##other Any well-formed XML that is from a namespace
other than the target namespace of the type being defined
(unqualified elements are not allowed)
|
Target(string list)
Signature: string list
|
##targetNamespace Any well-formed XML belonging to any
namespace in the (whitespace separated) list; ##targetNamespace
is shorthand for the target namespace of the type being defined
|