AntaniXml


Wildcard

Namespace: AntaniXml
Parent Module: XsdDomain

Wildcards provide extensibility. see http://www.w3.org/TR/xmlschema11-1/#Wildcards

Union Cases

Union CaseDescription
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

Fork me on GitHub