
Chapter 2 Building an XML model
Any Attribute general properties
The General page of an Any Attribute property sheet displays the following properties:
Property | Description | 
ID  | ID of the Any Attribute. Its value must be of type ID and  | 
  | unique within the model containing the Any Attribute  | 
Namespace  | Namespaces containing the attributes that can be used. If you  | 
  | select ##any, attributes from any namespace can be used. If  | 
  | you select ##other, attributes from any namespace other than  | 
  | the target namespace of the schema can be used. If you select  | 
  | ##local, attributes that are not qualified with a namespace can  | 
  | be used. If you select ##targetNamespace, attributes from  | 
  | the target namespace of the schema can be used. If you type a  | 
  | white space delimited list with URI references,  | 
  | ##targetNamespace and ##local, attributes from this list can  | 
  | be used  | 
Process contents  | Indicator of how an XML processor should handle validation  | 
  | of XML documents containing the attributes specified by the  | 
  | Any Attribute. If you select Lax, the XML processor will try  | 
  | to obtain the schema and validate any attribute of the  | 
  | specified namespaces. If the schema cannot be found, no error  | 
  | will occur. If you select Skip, the XML processor will not try  | 
  | to validate the attributes of the specified namespaces. If you  | 
  | select Strict, the XML processor must obtain the schema and  | 
  | validate any attribute of the specified namespaces  | 
  | 
  | 
XSM User's Guide  | 63  |