| W3C XML Schema 1.0 | Generated using Liquid XML Studio by Liquid Technologies Ltd |
| 18 October 2007 |
| Definition Type | Complex Type |
| Name | openAttrs |
| Namespace | http://www.w3.org/2001/XMLSchema |
| Type | anyType |
| Abstract | True |
| Documentation | This type is extended by almost all schema types to allow attributes from other namespaces to be added to user schemas. |
| XSD Schema | .\XsdSchemaStandard.xsd |
|
|
|
|
|
|
|
|
|
<xs:complexType name="openAttrs" abstract="true" >
<xs:annotation> <xs:documentation> This type is extended by almost all schema types to allow attributes from other namespaces to be added to user schemas. </xs:documentation> </xs:annotation> <xs:complexContent mixed="false"> <xs:restriction base="xs:anyType"> <xs:anyAttribute namespace="##other" processContents="lax"/> </xs:restriction> </xs:complexContent> </xs:complexType> |
|