complexType LengthPropertyType
diagram plmxml_diagrams/plmxml_p356.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 LengthProperty
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  xsd:string  optional      
typeRef  plm:anyURIType  optional      
annotation
documentation

      This Property represents the length of an object (such as a pipe or wire).

      Attributes:

      type:             A string specifying the type of value, e.g. whether
                        computed or measured.
      typeRef:          References a multiple language version of type. If
                        multiple language support is required, typeRef should be
                        used in addition to type.
     
source <xsd:complexType name="LengthPropertyType">
 
<xsd:annotation>
   
<xsd:documentation>
      This Property represents the length of an object (such as a pipe or wire).

      Attributes:

      type:             A string specifying the type of value, e.g. whether
                        computed or measured.
      typeRef:          References a multiple language version of type. If
                        multiple language support is required, typeRef should be
                        used in addition to type.
     
</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="xsd:string" use="optional"/>
     
<xsd:attribute name="typeRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute LengthPropertyType/@type
type xsd:string
properties
use optional
source <xsd:attribute name="type" type="xsd:string" use="optional"/>

attribute LengthPropertyType/@typeRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="typeRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>


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