| appInfo ในเอกสาร xsd | ใช้เก็บข้อความที่บอกเกี่ยวกับ XML Schema |
|---|
subject:appInfo ในเอกสาร xsd
syntax:<xsd:appInfo> ... </xsd:appInfo>
position:<xsd:annotation> ... </xsd:annotation>
content:ใช้เก็บข้อความที่บอกเกี่ยวกับ XML Schema
example:<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <xsd:annotation> <xsd:appInfo> application about e-learning. </xsd:appInfo> </xsd:annotation> </xsd:schema>