summaryrefslogtreecommitdiff
path: root/src/XmlOcafResource/XmlOcaf_TDocStd.xsd
blob: c272664f4c63c65cca4637d5804245428512d3cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<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 TDocStd
    This file is included in XmlOcaf.xsd
    URL: $(CASROOT)/src/XmlOcafResource/XmlOcaf_TDocStd.xsd
  </documentation>
</annotation>

<element name="TDocStd_XLink" substitutionGroup="ocaf:AbstractXPathLabel">
  <complexType>
    <complexContent>
      <extension base="ocaf:AbsXPathLabelType">
        <attribute name="documentEntry" type="string" use="required"/>
      </extension>
    </complexContent>
  </complexType>
</element>

</schema>