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