<xs:element name="Validation" type="ValidationBodyType" minOccurs="0"><xs:annotation><xs:documentation>The optional Validation is a set of body validation properties.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Transform" type="ElementReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional Transform element is an identifier of the transformation matrix.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="ShellIds" type="ArrayReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional ShellIds element is an array of shell identifiers participating in forming this body.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="FaceIds" type="ArrayReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional FaceIds element is an array of face identifiers participating in forming this body.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="LoopIds" type="ArrayReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional LoopIds element is an array of loop identifiers participating in forming this body.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="EdgeIds" type="ArrayReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional EdgeIds element is an array of edge identifiers participating in forming this body.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="VertexIds" type="ArrayReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional VertexIds element is an array of vertex identifiers participating in forming this body.</xs:documentation></xs:annotation></xs:element>
The optional size attribute defines a recommended size for visualization of an infinite drawable element such as plane, cylinder, axis, etc., or objects without explicit geometric parameters (e.g. coordinate system).
The optional transparency attribute defines the transparency property of a model entity.
Source
<xs:complexType name="BodyType"><xs:annotation><xs:documentation>The BodyType is the b-rep body type - a solid represented as a set of one outer and zero to many inner shells.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="TopologyBaseType"><xs:sequence><xs:element name="Validation" type="ValidationBodyType" minOccurs="0"><xs:annotation><xs:documentation>The optional Validation is a set of body validation properties.</xs:documentation></xs:annotation></xs:element><xs:element name="Transform" type="ElementReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional Transform element is an identifier of the transformation matrix.</xs:documentation></xs:annotation></xs:element><xs:element name="ShellIds" type="ArrayReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional ShellIds element is an array of shell identifiers participating in forming this body.</xs:documentation></xs:annotation></xs:element><xs:element name="FaceIds" type="ArrayReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional FaceIds element is an array of face identifiers participating in forming this body.</xs:documentation></xs:annotation></xs:element><xs:element name="LoopIds" type="ArrayReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional LoopIds element is an array of loop identifiers participating in forming this body.</xs:documentation></xs:annotation></xs:element><xs:element name="EdgeIds" type="ArrayReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional EdgeIds element is an array of edge identifiers participating in forming this body.</xs:documentation></xs:annotation></xs:element><xs:element name="VertexIds" type="ArrayReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional VertexIds element is an array of vertex identifiers participating in forming this body.</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="form" type="BodyFormEnumType" default="UNDEFINED"><xs:annotation><xs:documentation>The optional form attribute specifies how the body is represented.</xs:documentation></xs:annotation></xs:attribute><xs:attribute name="materialIndex" type="NaturalType"><xs:annotation><xs:documentation>The optional materialIndex attribute specifies a material index in the material library.</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:complexContent></xs:complexType>
<xs:attribute name="form" type="BodyFormEnumType" default="UNDEFINED"><xs:annotation><xs:documentation>The optional form attribute specifies how the body is represented.</xs:documentation></xs:annotation></xs:attribute>
<xs:attribute name="materialIndex" type="NaturalType"><xs:annotation><xs:documentation>The optional materialIndex attribute specifies a material index in the material library.</xs:documentation></xs:annotation></xs:attribute>