VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.14/test/schemas/src-attribute3-2-st_0.xsd@ 102315

最後變更 在這個檔案從102315是 95312,由 vboxsync 提交於 2 年 前

libs/{curl,libxml2}: OSE export fixes, bugref:8515

檔案大小: 600 位元組
 
1<?xml version="1.0" encoding="ISO-8859-1" ?>
2<!-- 3.2.3 : 3.2
3 If ref is present, then all of <simpleType>, form and type must be absent
4 This one tests <simpleType>
5-->
6<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://foo" xmlns:foo="http://foo">
7
8 <element name="foo">
9 <complexType>
10 <attribute ref="foo:bar">
11 <simpleType>
12 <restriction base="string">
13 <maxLength value="20"/>
14 </restriction>
15 </simpleType>
16 </attribute>
17 </complexType>
18 </element>
19
20 <attribute name="bar" type="string" />
21
22</schema>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette