diagram | |||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||
children | plm:Segment | ||||||||||||||||||
used by |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xsd:complexType name="Ann3DCrosshatchLineType"> <xsd:annotation> <xsd:documentation> A definition of a Crosshatch line. Attributes: offset: The offset of the line in Crosshatch line spacing units. dash: Whether the Crosshatch line is solid, phantom or dashed. Sub-elements: Segment: Any number of Crosshatch line segments. </xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="Segment" type="plm:Ann3DCrosshatchSegmentType" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="offset" type="xsd:double" default="0.0"/> <xsd:attribute name="dash" type="plm:Ann3DLineType" default="solid"/> </xsd:complexType> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="offset" type="xsd:double" default="0.0"/> |
type | plm:Ann3DLineType | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||
source | <xsd:attribute name="dash" type="plm:Ann3DLineType" default="solid"/> |
diagram | |||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||
type | plm:Ann3DCrosshatchSegmentType | ||||||||||||||||||
properties |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
source | <xsd:element name="Segment" type="plm:Ann3DCrosshatchSegmentType" minOccurs="0" maxOccurs="unbounded"/> |