xs:anyAttribute

Enables the author to extend the XML document with attributes not specified by the schema. See more info at http://www.w3.org/TR/xmlschema-1/#element-anyAttribute.

Table 4.14. xs:anyAttribute properties
Property NameDescriptionPossible Value
NamespaceThe list of allowed namespaces. The namespace attribute expects a list of namespace URIs. In this list, two values have a specific meaning: '##targetNamespace' stands for the target namespace, and '##local' stands for local attributes (without namespaces).##any, ##other, ##targetNamespace, ##local or anyURI
Process ContentsType of validation required on the elements allowed for this wildcard.skip, lax, strict
IDThe component id.Any ID.
ComponentThe name of the edited component.Not editable property.
System IDThe component system id.Not editable property.