QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
ID | xs:ID | optional | |||||
TEIform | figure | optional | |||||
alt | xs:string | optional | |||||
annotateRef | annotateRefType | optional | |||||
annotateType | annotationType | optional | |||||
annotateWork | xs:string | optional | |||||
canonical | xs:boolean | optional | |||||
catalog | xs:string | optional | |||||
editions | xs:NMTOKENS | optional | |||||
location | xs:string | optional | |||||
n | xs:string | optional | |||||
osisID | osisIDType | optional | |||||
osisRef | osisRefType | optional | |||||
resp | xs:string | optional | |||||
rights | xs:string | optional | |||||
script | osisScripts | optional | |||||
size | xs:string | optional | |||||
src | xs:string | optional | |||||
subType | attributeExtension | optional | |||||
type | attributeExtension | optional | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
||||
xml:space | restriction of xs:NCName | optional |
<xs:complexType name="figureCT"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="caption" type="captionCT"/> <xs:element name="index" type="indexCT"/> <xs:element name="note" type="noteCT"/> <xs:element name="reference" type="referenceCT"/> </xs:choice> <xs:attribute name="alt" type="xs:string" use="optional"/> <xs:attribute name="canonical" type="xs:boolean" use="optional"/> <xs:attribute name="catalog" type="xs:string" use="optional"/> <xs:attribute name="location" type="xs:string" use="optional"/> <xs:attribute name="osisRef" type="osisRefType" use="optional"/> <xs:attribute name="rights" type="xs:string" use="optional"/> <xs:attribute name="size" type="xs:string" use="optional"/> <xs:attribute name="src" type="xs:string"/> <xs:attributeGroup ref="globalWithType"/> <xs:attribute name="TEIform" fixed="figure"/> </xs:complexType> |