source:
vbox/trunk/src/libs/libxml2-2.9.14/test/schemas/579746_0.xsd@
102315
最後變更 在這個檔案從102315是 95312,由 提交於 3 年 前 | |
---|---|
檔案大小: 409 位元組 |
行 | |
---|---|
1 | <?xml version="1.0"?> |
2 | <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"> |
3 | <xsd:element name= "contact" type="ContactType"/> |
4 | <xsd:complexType name="ContactType"> |
5 | <xsd:choice minOccurs="2" maxOccurs="2"> |
6 | <xsd:element name="customer" type="xsd:string" /> |
7 | <xsd:element name="comment" type="xsd:string" minOccurs="0"/> |
8 | </xsd:choice> |
9 | </xsd:complexType> |
10 | </xsd:schema> |
11 |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器