complexType Ann3DCrosshatchLineType
diagram plmxml_diagrams/plmxml_p685.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
children plm:Segment
used by
element Ann3DCrosshatchGroupType/Line
attributes
Name  Type  Use  Default  Fixed  Annotation
offset  xsd:double    0.0    
dash  plm:Ann3DLineType    solid    
annotation
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.
     
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>

attribute Ann3DCrosshatchLineType/@offset
type xsd:double
properties
default 0.0
source <xsd:attribute name="offset" type="xsd:double" default="0.0"/>

attribute Ann3DCrosshatchLineType/@dash
type plm:Ann3DLineType
properties
default solid
facets
Kind Value Annotation
enumeration solid
enumeration dashed
enumeration phantom
enumeration centreline
enumeration dotted
enumeration longDashed
enumeration dottedDashed
source <xsd:attribute name="dash" type="plm:Ann3DLineType" default="solid"/>

element Ann3DCrosshatchLineType/Segment
diagram plmxml_diagrams/plmxml_p686.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:Ann3DCrosshatchSegmentType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
phantom  xsd:boolean    false    
length  xsd:double  required      
source <xsd:element name="Segment" type="plm:Ann3DCrosshatchSegmentType" minOccurs="0" maxOccurs="unbounded"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy