diagram | |||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||
children | plm:Line | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xsd:complexType name="Ann3DCrosshatchGroupType"> <xsd:annotation> <xsd:documentation> A definition of a Crosshatch line group. Attributes: angle: The angle of the Crosshatch line group in radians. scale: The scale of the spacing relative to the default Crosshatch line spacing. Sub-elements: Line: One or more Crosshatch lines. </xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="Line" type="plm:Ann3DCrosshatchLineType" minOccurs="1" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="angle" type="xsd:double" default="0.0"/> <xsd:attribute name="scale" type="xsd:double" default="1.0"/> </xsd:complexType> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="angle" type="xsd:double" default="0.0"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="scale" type="xsd:double" default="1.0"/> |
diagram | |||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||
type | plm:Ann3DCrosshatchLineType | ||||||||||||||||||
properties |
|
||||||||||||||||||
children | plm:Segment | ||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xsd:element name="Line" type="plm:Ann3DCrosshatchLineType" minOccurs="1" maxOccurs="unbounded"/> |