complexType CoordinateSystemDisplayType
diagram plmxml_diagrams/plmxml_p272.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 CoordinateSystemDisplay
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:CoordinateSystemStyleEnum  optional      
annotation
documentation

      This Property controls the display of a Coordinate System.

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

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

attribute CoordinateSystemDisplayType/@style
type plm:CoordinateSystemStyleEnum
properties
use optional
facets
Kind Value Annotation
enumeration cartesian
enumeration spherical
enumeration cylindrical
source <xsd:attribute name="style" type="plm:CoordinateSystemStyleEnum" use="optional"/>


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