complexType Ann3DCrosshatchSegmentType
diagram plmxml_diagrams/plmxml_p689.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
used by
element Ann3DCrosshatchLineType/Segment
attributes
Name  Type  Use  Default  Fixed  Annotation
phantom  xsd:boolean    false    
length  xsd:double  required      
annotation
documentation

      A definition of a Crosshatch line segment.

      Attributes:

      phantom:                  Whether the line segment is solid or phantom.
      length:                   The length of the segment in Crosshatch line
                                spacing units.
     
source <xsd:complexType name="Ann3DCrosshatchSegmentType">
 
<xsd:annotation>
   
<xsd:documentation>
      A definition of a Crosshatch line segment.

      Attributes:

      phantom:                  Whether the line segment is solid or phantom.
      length:                   The length of the segment in Crosshatch line
                                spacing units.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="phantom" type="xsd:boolean" default="false"/>
 
<xsd:attribute name="length" type="xsd:double" use="required"/>
</xsd:complexType>

attribute Ann3DCrosshatchSegmentType/@phantom
type xsd:boolean
properties
default false
source <xsd:attribute name="phantom" type="xsd:boolean" default="false"/>

attribute Ann3DCrosshatchSegmentType/@length
type xsd:double
properties
use required
source <xsd:attribute name="length" type="xsd:double" use="required"/>


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