Definition Type: ComplexType
Name: MeasurementType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The Measurement components provides details about specific measurements of an item.
Collapse XSD Schema Diagram:
Drilldown into LocationName in schema components_xsd Drilldown into LocationID in schema components_xsd Drilldown into MechanicalEnergyMeasure in schema components_xsd Drilldown into ElectricityMeasure in schema components_xsd Drilldown into SpeedMeasure in schema components_xsd Drilldown into PressureMeasure in schema components_xsdXSD Diagram of MeasurementType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="MeasurementType">
    <xsd:annotation>
        <xsd:documentation>The Measurement components provides details about specific
                measurements of an item.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" name="PressureMeasure" type="sqdt:PressureMeasureType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Defines an amount
                        of pressure.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="SpeedMeasure" type="sqdt:SpeedMeasureType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Defines a rate of
                        speed.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="ElectricityMeasure" type="sqdt:ElectricityMeasureType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Defines a rate of
                        electricity.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="MechanicalEnergyMeasure" type="sqdt:PowerMeasureType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                The amount of mechanical energy produced.  This can be the number of horse power that is produced by an engine.
            </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="LocationID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Code identifying a
                physical location</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="LocationName" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">A name to identify the
                location.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PressureMeasure star:PressureMeasure 0 (1)
SpeedMeasure star:SpeedMeasure 0 (1)
ElectricityMeasure star:ElectricityMeasure 0 (1)
MechanicalEnergyMeasure star:MechanicalEnergyMeasure 0 1
LocationID star:LocationID 0 1
LocationName star:LocationName 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:EffectiveMeanPressureMeasure, star:MeanPistonSpeedMeasure, star:Measurement, star:PowerMeasure, star:TorqueMeasure