XML Schema annotation အခြေခံသုံးစံ
အခြေခံသုံးစံ နှင့် အသုံးပြုခြင်း
XML Schema annotation အခြေခံသုံးစံ
ဖော်ပြသတ်:ဖော်ပြသတ်: annotation အခြေခံသုံးစံ သည် schema အခြေခံသုံးစံ ဖြစ်ပြီး အခြေခံသုံးစံ ဖော်ပြကြေညာသည်。
အခြေခံသုံးစံ
အစီအစဉ် | ဖော်ပြ |
---|---|
ပေါ်ပေါက်စား | အဖွဲ့ဝင် တွင် တစ်ကြိမ်သာ |
အဖွဲ့ဝင် | သုံးစံ |
ပါဝင်သည် | appinfo、documentation |
အပြောအား
<annotation id=ID any attributes > (appinfo|documentation)* </annotation>
(* အမှတ်အသား အခြေခံသုံးစံ သည် annotation အခြေခံသုံးစံ တွင် တစ်ကြိမ်သာ သို့မဟုတ် အပိုသောကြိမ် ပေါ်ပေါက်နိုင်သည်)。
အချက်အလက် | ဖော်ပြ |
---|---|
id | အခြေခံသုံးစံ |
any attributes | အဆိုပါအားလုံး ကို အသုံးပြုသော အချက်များ အား ဝက်ချက် အချက်အလက် အပါအဝင် ပြုလုပ်ပါသည်။ |
အမှတ် 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"> ဤ အစိတ် သည် CodeW3C.com အကြောင်းကြားပြီ! </xs:documentation> </xs:annotation> . . . </xs:schema>