XML Schema appInfo-element

Definitie en gebruik

Het appInfo-element specifies which information the application must use in the annotatie-element. Dit element moet zich in het annotatie-element bevinden.

Opmerking:Het programma gebruikt instructies die in het appinfo-element worden aangeboden om de informatie te verwerken. Deze instructies moeten zich in het annotatie-element bevinden.

Elementinformatie

Aantal verschijningen onbeperkt.
hoofd_element annotatie
Inhoud Elke goed gevormde XML-inhoud.

Syntax

<appInfo
source=elkeURL
>
Een goed gevormde XML-inhoud
</appInfo>
Eigenschappen Beschrijving
bron Optioneel. Een URI verwijzing, die de bron van de applicatie-informatie regelt.

Voorbeeld 1

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
  <xs:appInfo>CodeW3C.com Note</xs:appInfo>
  <xs:documentation xml:lang="en">
  Dit Schema definieert een CodeW3C.com notitie!
  </xs:documentation>
</xs:annotation>
.
.
.
</xs:schema>