VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.14/test/schemas/anyAttr-derive2_0.xsd@ 101525

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

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

檔案大小: 950 位元組
 
1<?xml version="1.0" encoding="ISO-8859-1" ?>
2<!--
3-->
4<schema xmlns="http://www.w3.org/2001/XMLSchema"
5 targetNamespace="http://FOO"
6 xmlns:foo="http://FOO" elementFormDefault="qualified" attributeFormDefault="qualified">
7
8 <element name="foo">
9 <complexType>
10 <complexContent>
11 <extension base="foo:type.A">
12 <anyAttribute namespace="http://DOO" processContents="skip"/>
13 </extension>
14 </complexContent>
15 </complexType>
16 </element>
17
18 <complexType name="type.A">
19 <attributeGroup ref="foo:attrGr.A_1"/>
20 <attributeGroup ref="foo:attrGr.A_2"/>
21 <anyAttribute namespace="http://FOO" processContents="skip"/>
22 </complexType>
23
24 <attributeGroup name="attrGr.A_1">
25 <anyAttribute namespace="http://FOO http://BOO" processContents="skip"/>
26 </attributeGroup>
27
28 <attributeGroup name="attrGr.A_2">
29 <anyAttribute namespace="http://BAR http://DOO http://FOO" processContents="skip"/>
30 </attributeGroup>
31
32
33</schema>
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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