source:
vbox/trunk/src/libs/libxml2-2.9.14/test/schemas/restriction-attr1_0.xsd@
95874
最後變更 在這個檔案從95874是 95312,由 提交於 3 年 前 | |
---|---|
檔案大小: 725 位元組 |
行 | |
---|---|
1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
2 | <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://FOO" targetNamespace="http://FOO"> |
3 | |
4 | <xs:element name="foo"> |
5 | <xs:complexType> |
6 | <xs:complexContent> |
7 | <xs:restriction base="typeA"> |
8 | <xs:attribute name="barA" type="xs:string" use="optional"/> |
9 | </xs:restriction> |
10 | </xs:complexContent> |
11 | </xs:complexType> |
12 | </xs:element> |
13 | |
14 | <xs:complexType name="typeA"> |
15 | <xs:attribute name="barA" type="xs:string" use="required"/> |
16 | </xs:complexType> |
17 | |
18 | </xs:schema> |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器