xs:anyAttribute
The xs:anyAttribute Component
               

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.
xs:anyAttribute Properties
            
            | 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. | 
