| W3C XML Schema 1.0 | Generated using Liquid XML Studio by Liquid Technologies Ltd |
| 18 October 2007 |
| Definition Type | Complex Type |
| Name | annotated |
| Namespace | http://www.w3.org/2001/XMLSchema |
| Type | xs:openAttrs |
| Abstract | True |
| Documentation | This type is extended by all types which allow annotation other than <schema> itself |
| XSD Schema | .\XsdSchemaStandard.xsd |
|
|
|
|
|
|
|
|
|
<xs:complexType name="annotated" abstract="true" >
<xs:annotation> <xs:documentation> This type is extended by all types which allow annotation other than <schema> itself </xs:documentation> </xs:annotation> <xs:complexContent mixed="false"> <xs:extension base="xs:openAttrs"> <xs:sequence> <xs:element minOccurs="0" ref="xs:annotation"/> </xs:sequence> <xs:attribute name="id" type="xs:ID"/> </xs:extension> </xs:complexContent> </xs:complexType> |
|