Class PropertiesForRDCT.PhysicalProperties

  • Enclosing class:
    PropertiesForRDCT

    public static class PropertiesForRDCT.PhysicalProperties
    extends Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Mass">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
                     <attribute name="unit" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="kg" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="InstallationPositions">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="AccelerationLimits" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}DOF6_dataLimits_CT" minOccurs="0"/>
                       <element name="DescriptionLimitations" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}XHTML_Doc_CT" minOccurs="0"/>
                     </sequence>
                     <attribute name="limited" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="LocalOrigin">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}XHTML" minOccurs="0"/>
                     </sequence>
                     <attribute name="iFInstanceRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="BoundingBox" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}DOF3_dataLimits_CT"/>
             <element name="CentreOfGravity" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}Vector_CT" minOccurs="0"/>
             <element name="PowerSupplyElectrical" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="voltageRangeMin" type="{http://www.w3.org/2001/XMLSchema}double" />
                     <attribute name="voltageNominal" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
                     <attribute name="voltageRangeMax" type="{http://www.w3.org/2001/XMLSchema}double" />
                     <attribute name="frequency" type="{http://www.w3.org/2001/XMLSchema}float" />
                     <attribute name="numberOfPhases" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
                     <attribute name="currentNominal" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
                     <attribute name="currentMax" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
                     <attribute name="currentMaxPassThrough" type="{http://www.w3.org/2001/XMLSchema}double" />
                     <attribute name="AC_or_DC" use="required">
                       <simpleType>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                           <enumeration value="AC"/>
                           <enumeration value="DC"/>
                         </restriction>
                       </simpleType>
                     </attribute>
                     <attribute name="requiresUPS" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
                     <attribute name="cutOffByEmergencyStop" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="PowerSupplyPneumatic" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="pressureRangeMin" type="{http://www.w3.org/2001/XMLSchema}double" />
                     <attribute name="pressureNominal" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
                     <attribute name="pressureRangeMax" type="{http://www.w3.org/2001/XMLSchema}double" />
                     <attribute name="unit" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="Pa" />
                     <attribute name="cutOffByEmergencyStop" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
                     <attribute name="decade" type="{http://www.w3.org/2001/XMLSchema}float" default="0" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>