complexType SpaceReservationType
diagram plmxml_diagrams/plmxml_p1854.png
namespace http://www.plmxml.org/Schemas/PLMXMLRouteListSchema
type extension of routelist:RouteListElementBase
properties
base routelist:RouteListElementBase
children plm:Description plm:ApplicationRef
used by
element SpaceReservation
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
crossSectionType  routelist:CrossSectionType    circular    
documentation
Cable cross-section type (Circular, flat). If no cross section type is specified then the type is set to Circular.
outerDiameter  xsd:double  optional      
documentation
Outer diameter of the space-reservation. If is ignored if the cross-section type is flat.
height  xsd:double  optional      
documentation
Height of the space-reservation. It is ignored if the cross-section type is circular.
width  xsd:double  optional      
documentation
Width of the space-reservation. It is ignored if the cross-section type is circular
multiplier  xsd:double  optional      
documentation
A factor used as a multiplier on the actual length to calculate the cut-length.
offset  xsd:double  optional      
documentation
A value used to calculate the cut-length by adding it to the actual length after the multiplier is applied.
annotation
documentation
Contains space-reservation properties
source <xsd:complexType name="SpaceReservationType">
 
<xsd:annotation>
   
<xsd:documentation> Contains space-reservation properties</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="routelist:RouteListElementBase">
     
<xsd:attribute name="crossSectionType" type="routelist:CrossSectionType" default="circular">
       
<xsd:annotation>
         
<xsd:documentation>Cable cross-section type (Circular, flat). If no cross section type is specified then the type is set to Circular.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="outerDiameter" type="xsd:double" use="optional">
       
<xsd:annotation>
         
<xsd:documentation>Outer diameter of the space-reservation. If is ignored if the cross-section type is flat.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="height" type="xsd:double" use="optional">
       
<xsd:annotation>
         
<xsd:documentation>Height of the space-reservation. It is ignored if the cross-section type is circular.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="width" type="xsd:double" use="optional">
       
<xsd:annotation>
         
<xsd:documentation>Width of the space-reservation. It is ignored if the cross-section type is circular</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="multiplier" type="xsd:double" use="optional">
       
<xsd:annotation>
         
<xsd:documentation>A factor used as a multiplier on the actual length to calculate the cut-length.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
     
<xsd:attribute name="offset" type="xsd:double" use="optional">
       
<xsd:annotation>
         
<xsd:documentation>A value used to calculate the cut-length by adding it to the actual length after the multiplier is applied.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:attribute>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute SpaceReservationType/@crossSectionType
type routelist:CrossSectionType
properties
default circular
facets
Kind Value Annotation
enumeration circular
enumeration flat
annotation
documentation
Cable cross-section type (Circular, flat). If no cross section type is specified then the type is set to Circular.
source <xsd:attribute name="crossSectionType" type="routelist:CrossSectionType" default="circular">
 
<xsd:annotation>
   
<xsd:documentation>Cable cross-section type (Circular, flat). If no cross section type is specified then the type is set to Circular.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute SpaceReservationType/@outerDiameter
type xsd:double
properties
use optional
annotation
documentation
Outer diameter of the space-reservation. If is ignored if the cross-section type is flat.
source <xsd:attribute name="outerDiameter" type="xsd:double" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>Outer diameter of the space-reservation. If is ignored if the cross-section type is flat.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute SpaceReservationType/@height
type xsd:double
properties
use optional
annotation
documentation
Height of the space-reservation. It is ignored if the cross-section type is circular.
source <xsd:attribute name="height" type="xsd:double" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>Height of the space-reservation. It is ignored if the cross-section type is circular.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute SpaceReservationType/@width
type xsd:double
properties
use optional
annotation
documentation
Width of the space-reservation. It is ignored if the cross-section type is circular
source <xsd:attribute name="width" type="xsd:double" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>Width of the space-reservation. It is ignored if the cross-section type is circular</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute SpaceReservationType/@multiplier
type xsd:double
properties
use optional
annotation
documentation
A factor used as a multiplier on the actual length to calculate the cut-length.
source <xsd:attribute name="multiplier" type="xsd:double" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>A factor used as a multiplier on the actual length to calculate the cut-length.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute SpaceReservationType/@offset
type xsd:double
properties
use optional
annotation
documentation
A value used to calculate the cut-length by adding it to the actual length after the multiplier is applied.
source <xsd:attribute name="offset" type="xsd:double" use="optional">
 
<xsd:annotation>
   
<xsd:documentation>A value used to calculate the cut-length by adding it to the actual length after the multiplier is applied.</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>


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