diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:Annotation3DType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:PropertyGroup plm:Keyword plm:SafetyClassification plm:ValueToCustomer plm:Reference plm:FeatureIdentification | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="Ann3DCrosshatchType"> <xsd:annotation> <xsd:documentation> Crosshatch Annotation Attributes: rotate: Indicates whether or not the crosshatch pattern is rotated. pattern: The pattern used for the Crosshatch. pattern is overriden by definitionRef. spacing: The spacing between the lines in the Crosshatch, in metres. angle: The angle (in radians) of the lines in the crosshatch from the X direction for the symbol. definitionRef: References a CrosshatchPatternDefinition. The entire crosshatch pattern may then be modified by the rotate, spacing and angle attributes. If definitionRef is absent, the crosshatch pattern is defined by the pattern attribute. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:Annotation3DType"> <xsd:attribute name="rotate" type="xsd:boolean" default="false"/> <xsd:attribute name="pattern" type="plm:Ann3DCrosshatchPattern" default="iron"/> <xsd:attribute name="spacing" type="xsd:double"/> <xsd:attribute name="angle" type="xsd:double"/> <xsd:attribute name="definitionRef" type="plm:anyURIType" plm:refType="plm:CrosshatchPatternDefinition"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="rotate" type="xsd:boolean" default="false"/> |
type | plm:Ann3DCrosshatchPattern | |||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||
source | <xsd:attribute name="pattern" type="plm:Ann3DCrosshatchPattern" default="iron"/> |
type | xsd:double |
source | <xsd:attribute name="spacing" type="xsd:double"/> |
type | xsd:double |
source | <xsd:attribute name="angle" type="xsd:double"/> |
type | plm:anyURIType |
source | <xsd:attribute name="definitionRef" type="plm:anyURIType" plm:refType="plm:CrosshatchPatternDefinition"/> |