diagram | |||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:IdBase | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="ConstraintHelpType"> <xsd:annotation> <xsd:documentation> Constraint Help information. The type attribute determines which other attributes are allowed, as follows: point u v precedence boundary no no no no centre no no no no point yes no no no paramUV no yes yes no paramU no yes no no surfacePoint yes yes yes yes curvePoint yes yes no yes Attributes: type: specifies the type of Help information included point: 2D or 3D point coordinates u: u parameter (curve or surface) v: v parameter (surface) precedence: specifies whether the 3D point, or the parameters are to take precedence. For example, the 3D point may be precise, and the parameter(s) an approximation. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:IdBase"> <xsd:attribute name="type" type="plm:ConstraintHelpEnum" use="optional"/> <xsd:attribute name="coordinates" type="plm:DoubleListType" use="optional"/> <xsd:attribute name="u" type="xsd:double" use="optional"/> <xsd:attribute name="v" type="xsd:double" use="optional"/> <xsd:attribute name="precedence" type="plm:ConstraintPrecedenceEnum" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:ConstraintHelpEnum | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||
source | <xsd:attribute name="type" type="plm:ConstraintHelpEnum" use="optional"/> |
type | plm:DoubleListType | ||
properties |
|
||
source | <xsd:attribute name="coordinates" type="plm:DoubleListType" use="optional"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="u" type="xsd:double" use="optional"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="v" type="xsd:double" use="optional"/> |
type | plm:ConstraintPrecedenceEnum | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xsd:attribute name="precedence" type="plm:ConstraintPrecedenceEnum" use="optional"/> |