complexType PointDisplayType
diagram plmxml_diagrams/plmxml_p444.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:PropertyBase
properties
base plm:PropertyBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element PointDisplay
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
ownerRef  plm:anyURIType  optional      
style  plm:PointStyleEnum  optional      
annotation
documentation

      This Property controls the display of a Point.

      Attributes:
     
      style:           an enumeration defining the display.
     
source <xsd:complexType name="PointDisplayType">
 
<xsd:annotation>
   
<xsd:documentation>
      This Property controls the display of a Point.

      Attributes:
     
      style:           an enumeration defining the display.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:PropertyBase">
     
<xsd:attribute name="style" type="plm:PointStyleEnum" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute PointDisplayType/@style
type plm:PointStyleEnum
properties
use optional
facets
Kind Value Annotation
enumeration point
enumeration plus
enumeration asterisk
enumeration circle
enumeration cross
enumeration triangle
enumeration invertedTriangle
enumeration square
enumeration diamond
enumeration dot
enumeration hash
enumeration gridPoint
enumeration centreLine
enumeration anchor
enumeration filledCircle
enumeration filledSquare
enumeration largeFilledSquare
enumeration circleInCircle
enumeration circleInSquare
enumeration squareInSquare
enumeration filledLeftTriangle
enumeration filledRightTriangle
enumeration filledUpTriangle
enumeration filledDownTriangle
enumeration filledLeftTriangleInCircle
enumeration filledRightTriangleInCircle
enumeration filledUpTriangleInCircle
enumeration filledDownTriangleInCircle
enumeration filledLeftTriangleInSquare
enumeration filledRightTriangleInSquare
enumeration filledUpTriangleInSquare
enumeration filledDownTriangleInSquare
enumeration roundedCross
enumeration filledDiamond
enumeration upDownTriangles
enumeration leftRightTriangles
enumeration smallWheel
enumeration largeWheel
enumeration hollowCircle
enumeration arcEndPoint
enumeration bigAsterisk
enumeration lineInCircle
enumeration plusInCircle
enumeration centreOfRotation
source <xsd:attribute name="style" type="plm:PointStyleEnum" use="optional"/>


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