diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of xsd:string | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="Ann3DTextItemType"> <xsd:annotation> <xsd:documentation> This element can represent a formatted text string, a string with a type (e.g. a real number), or a symbol. This is derived from xsd:string, so it has string element content Attributes: symbol: if this attribute is present, its value specifies the symbol which this text item represents (e.g. "centreline"). In this case, the element content is ignored. format: if present, this attribute specifies the format (type) of the text, e.g. "int", "real", "boolean". outlineRef: reference to an AnnotationOutline element which specifies the outline of the Text Item. The TextGroup attributes override any attributes of the same name in the enclosing Ann3DTextType element. </xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="symbol" type="plm:Ann3DTextSymbol" use="optional"/> <xsd:attribute name="format" type="plm:UserValueDataType" use="optional"/> <xsd:attribute name="outlineRef" type="plm:anyURIType" use="optional" plm:refType="plm:AnnotationOutline"/> <xsd:attributeGroup ref="plm:TextGroup"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> |
type | plm:Ann3DTextSymbol | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:attribute name="symbol" type="plm:Ann3DTextSymbol" use="optional"/> |
type | plm:UserValueDataType | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||
source | <xsd:attribute name="format" type="plm:UserValueDataType" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="outlineRef" type="plm:anyURIType" use="optional" plm:refType="plm:AnnotationOutline"/> |