XML Schema appInfo element
Definition and usage
The appInfo element specifies the information that the application must use in the annotation element. This element must be located within the annotation.
Note:Application instructions provided within the appinfo element are used by the application.
Element information
Number of occurrences | Unrestricted |
Parent element | Annotation |
Content | Any well-formed XML content |
ພາສາ
<appInfo source=anyURL > Any well-formed XML content </appInfo>
ປະສົມປະກອບ | ການອະທິບາຍ |
---|---|
source | ຈະເປັນ. ຄວາມນຳທາງ URI, ທີ່ຕັ້ງກຳນົດແຫຼ່ງຂອງຂໍ້ມູນຄວາມສະຖານະການ. |
ຕົວຢ່າງ 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"> This Schema defines a CodeW3C.com note! </xs:documentation> </xs:annotation> . . . </xs:schema>