<day/>

jour : dans une date structurée
tei:day<1> cv:dayOfMonth<2>

Exemple 1.
<date>
<year>2004</year>
<month code="03">mars</month>
<day>jeudi</day>
</date>

Parents<^>

date ;

Frères<^>

%When ; unqualified ;

Enfants<^>

"text" ( (%Syllabe)*)

Attributs<^>

  • @id="xs:ID"
  • @code="xs:string"
  • @audience="xs:string"
  • @css="xs:string"
  • @class="xs:string"
  • @remap="xs:string"
  • @uri="xs:anyURI"
  • @lang="xs:string"
  • @value="xs:string"
  • @role="xs:string"
  • @scheme="xs:string"
  • Source<^>

    <xs:element name="day" type="text"/>
    <xs:complexType mixed="true" name="text">
    <xs:sequence>
    <xs:choice maxOccurs="unbounded" minOccurs="0">
    <xs:group ref="Syllabe"/>
    </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="Attributes"/>
    </xs:complexType>


    <1> http://www.tei-c.org/P4X/ref-DAY.html

    <2> http://xmlresume.sourceforge.net/user-guide/element.dayOfMonth.html