<attendee/>

participant : personne attendue à un événement
da:Participant<1> vCal:attendee

Exemple 1.
<event>
<title>
<proper>Titre de l'événement</proper>
</title>
<attendee>
<!-- Choix de l'agent : ( person| organization| event) -->
</attendee>
</event>

Parents<^>

event ;

Frères<^>

attendee, date, description, info, place, referee, subject, title, unqualified ;

Enfants<^>

(unqualified%Who)

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="attendee" type="action"/>
    <xs:complexType name="action">
    <xs:choice>
    <xs:element ref="unqualified"/>
    <xs:group ref="Who"/>
    </xs:choice>
    <xs:attributeGroup ref="Attributes"/>
    <!-- <xs:sequence>
    			CB 04/12/03 suppression car redondance avec nom de l'élément-parent		
    			<xs:element ref="role" minOccurs="0"/>
    			CB 12/11/03 suppression info
    				<xs:element ref="info" minOccurs="0"/>
    				wich order ?
    			</xs:sequence> -->
    </xs:complexType>


    <1> http://www.ajlsm.com/artistes/2004/dtd/html/elements/participant.html