QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
localType | xs:anyURI | optional | |||||
xml:id | xs:ID | optional |
|
||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
Element | chronList |
<xs:element name="chronItem"> <xs:complexType> <xs:sequence> <xs:choice> <xs:element ref="date"/> <xs:element ref="dateRange"/> </xs:choice> <xs:element minOccurs="0" ref="placeEntry"/> <xs:element ref="event"/> </xs:sequence> <xs:attribute ref="xml:id"/> <xs:attribute ref="xml:lang"/> <xs:attribute name="localType" type="xs:anyURI"/> </xs:complexType> </xs:element> |