complexType CoordinateExtentType
diagram plmxml_diagrams/plmxml_p1013.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:PropertyBase
properties
base plm:PropertyBase
children plm:Description plm:ApplicationRef plm:Attribute plm:ValueWithUnit plm:RangeWithUnit
used by
element CoordinateExtent
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      
type  plm:CoordinateExtentEnum  required      
annotation
documentation

      This Property gives the Coordinate Extent of an element, i.e. the 'length' in a
      particular coordinate direction.     
      Attributes:
     
      type:           "x", "y" or "z"
     
      Elements:
     
      ValueWithUnit
      RangeWithUnit   one of these sub-elements should be used to indicate the value
                      or range of the CoordinateExtent.
     
source <xsd:complexType name="CoordinateExtentType">
 
<xsd:annotation>
   
<xsd:documentation>
      This Property gives the Coordinate Extent of an element, i.e. the 'length' in a
      particular coordinate direction.     
      Attributes:
     
      type:           "x", "y" or "z"
     
      Elements:
     
      ValueWithUnit
      RangeWithUnit   one of these sub-elements should be used to indicate the value
                      or range of the CoordinateExtent.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:PropertyBase">
     
<xsd:choice>
       
<xsd:element ref="plm:ValueWithUnit"/>
       
<xsd:element ref="plm:RangeWithUnit"/>
     
</xsd:choice>
     
<xsd:attribute name="type" type="plm:CoordinateExtentEnum" use="required"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute CoordinateExtentType/@type
type plm:CoordinateExtentEnum
properties
use required
facets
Kind Value Annotation
enumeration x
enumeration y
enumeration z
source <xsd:attribute name="type" type="plm:CoordinateExtentEnum" use="required"/>


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