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/xmlschema11-1/#element-anyAttribute.
| Property Name | Description | Possible Value |
|---|---|---|
| Namespace | The 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 Contents | Type of validation required on the elements allowed for this wildcard | skip, lax, strict |
| ID | The component ID | Any ID |
| Component | The name of the edited component | Not editable property |
| System ID | The component system ID | Not editable property |