This element can be used in two different contexts:
In the context of
xs:attribute/xs:annotation/xs:appinfo
:
Purpose |
This element contains information describing e.g. mapping, indexing or collation aspects of an attribute described by the XML Schema part of TSD. Note: |
Parent element | xs:attribute/xs:annotation/xs:appinfo |
Child elements | tsd:logical ,
tsd:physical |
Attributes | None |
This shows the tsd:attributeInfo
element for native
storage with standard indexing:
<xs:attribute name = "width"> <xs:annotation> <xs:appinfo> <tsd:attributeInfo> <tsd:physical> <tsd:native> <tsd:index> <tsd:standard/> </tsd:index> </tsd:native> </tsd:physical> </tsd:attributeInfo> </xs:appinfo> </xs:annotation> . . . </xs:attribute>
In the context of tsd:schemaInfo
:
Purpose | The tsd:attributeInfo
element contains information describing e.g. mapping, indexing or collation
aspects of an attribute described by the
XML
Schema part of TSD.
|
Parent element | tsd:schemaInfo |
Child elements | tsd:physical |
Attributes |
context |
Name | Type | Description |
---|---|---|
context |
xs:string |
The ("/" element name) * "/" (element name | "@" attribute name) |