Integration of OCCT 6.5.0 from SVN
[occt.git] / src / XmlOcafResource / XmlOcaf_TDF.xsd
CommitLineData
7fd59977 1<schema targetNamespace="http://www.opencascade.org/OCAF/XML"
2 xmlns="http://www.w3.org/2001/XMLSchema"
3 xmlns:ocaf="http://www.opencascade.org/OCAF/XML"
4 elementFormDefault="qualified">
5
6<annotation>
7 <documentation xml:lang="en">
8 Open Cascade Application Framework: Definition of attributes from TDF
9 This file is included in XmlOcaf.xsd
10 URL: $(CASROOT)/src/XmlOcafResource/XmlOcaf_TDF.xsd
11 </documentation>
12</annotation>
13
14<element name="TDF_TagSource" type="ocaf:AbsIntegerAttributeType"
15 substitutionGroup="ocaf:AbstractIntegerAtt"/>
16
17<element name="TDF_Reference" type="ocaf:AbsXPathLabelType"
18 substitutionGroup="ocaf:AbstractXPathLabel"/>
19
20</schema>