complexType Ann3DCrosshatchGroupType
diagram plmxml_diagrams/plmxml_p683.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
children plm:Line
used by
element Ann3DCrosshatchPatternDefinitionType/Group
attributes
Name  Type  Use  Default  Fixed  Annotation
angle  xsd:double    0.0    
scale  xsd:double    1.0    
annotation
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.
     
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>

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

attribute Ann3DCrosshatchGroupType/@scale
type xsd:double
properties
default 1.0
source <xsd:attribute name="scale" type="xsd:double" default="1.0"/>

element Ann3DCrosshatchGroupType/Line
diagram plmxml_diagrams/plmxml_p684.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:Ann3DCrosshatchLineType
properties
minOcc 1
maxOcc unbounded
content complex
children plm:Segment
attributes
Name  Type  Use  Default  Fixed  Annotation
offset  xsd:double    0.0    
dash  plm:Ann3DLineType    solid    
source <xsd:element name="Line" type="plm:Ann3DCrosshatchLineType" minOccurs="1" maxOccurs="unbounded"/>


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