XmlOcaf_TPrsStd.xsd 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. <annotation>
  6. <documentation xml:lang="en">
  7. Copyright (c) 2001-2014 OPEN CASCADE SAS
  8. This file is part of Open CASCADE Technology software library.
  9. This library is free software; you can redistribute it and/or modify it under
  10. the terms of the GNU Lesser General Public License version 2.1 as published
  11. by the Free Software Foundation, with special exception defined in the file
  12. OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
  13. distribution for complete text of the license and disclaimer of any warranty.
  14. Alternatively, this file may be used under the terms of Open CASCADE
  15. commercial license or contractual agreement.
  16. Open Cascade Application Framework: Definition of attributes from TPrsStd
  17. This file is included in XmlOcaf.xsd
  18. URL: $(CASROOT)/src/XmlOcafResource/XmlOcaf_TPrsStd.xsd
  19. </documentation>
  20. </annotation>
  21. <element name="TPrsStd_AISPresentation" substitutionGroup="ocaf:AbstractAttribute">
  22. <complexType>
  23. <complexContent>
  24. <extension base="ocaf:AbstractAttributeType">
  25. <attribute name="guid" type="ocaf:GuidType" use="required"/>
  26. <attribute name="isdisplayed" type="boolean" default="false"/>
  27. <attribute name="color" type="int"/>
  28. <attribute name="material" type="int"/>
  29. <attribute name="transparency" type="double"/>
  30. <attribute name="width" type="double"/>
  31. </extension>
  32. </complexContent>
  33. </complexType>
  34. </element>
  35. </schema>