0023619: Integration of test grid "xml" into the new testing system
[occt.git] / src / XmlOcafResource / XmlOcaf_TFunction.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 TFunction
9 This file is included in XmlOcaf.xsd
10 URL: $(CASROOT)/src/XmlOcafResource/XmlOcaf_TFunction.xsd
11 </documentation>
12</annotation>
13
14<element name="TFunction_Function" substitutionGroup="ocaf:AbstractAttribute">
15 <complexType>
16 <complexContent>
17 <extension base="ocaf:AbstractAttributeType">
18 <attribute name="guid" type="ocaf:GuidType" use="required"/>
19 <attribute name="failure" type="int"/>
20 </extension>
21 </complexContent>
22 </complexType>
23</element>
24
25</schema>