<div xmlns="http://www.w3.org/1999/xhtml"> <h3>Date</h3> </div> |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
calendar | xsd:string | optional | |||||
date-type | xsd:string | optional | |||||
id | xsd:ID | optional | |||||
iso-8601-date | xsd:string | optional | |||||
publication-format | xsd:string | optional | |||||
specific-use | xsd:string | optional | |||||
xml:base | xs:anyURI | optional |
|
Element Groups | date.class, references.class |
<xsd:element name="date"> <xsd:annotation> <xsd:documentation> <div xmlns="http://www.w3.org/1999/xhtml"> <h3>Date</h3> </div> </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:group ref="date-model"/> <xsd:attribute name="calendar" use="optional" type="xsd:string"/> <xsd:attribute name="date-type" use="optional" type="xsd:string"/> <xsd:attribute name="id" use="optional" type="xsd:ID"/> <xsd:attribute name="iso-8601-date" use="optional" type="xsd:string"/> <xsd:attribute name="publication-format" use="optional" type="xsd:string"/> <xsd:attribute name="specific-use" use="optional" type="xsd:string"/> <xsd:attribute ref="xml:base" use="optional"/> </xsd:complexType> </xsd:element> |