Class MonitoredCountingStructure

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    FacilityConditionStructure.MonitoredCounting

    public class MonitoredCountingStructure
    extends Object
    implements Serializable
    Monitored counted values.

    Java class for MonitoredCountingStructure complex type.

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

     <complexType name="MonitoredCountingStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="CountingType" type="{http://www.siri.org.uk/siri}CountingTypeEnumeration"/>
             <element name="CountedFeatureUnit" type="{http://www.siri.org.uk/siri}CountedFeatureUnitEnumeration" minOccurs="0"/>
             <element name="TypeOfCountedFeature" type="{http://www.siri.org.uk/siri}TypeOfValueStructure" minOccurs="0"/>
             <choice>
               <element name="Count" type="{http://www.w3.org/2001/XMLSchema}integer"/>
               <element name="Percentage" type="{http://www.siri.org.uk/siri}PercentageType"/>
             </choice>
             <element name="Trend" type="{http://www.siri.org.uk/siri}CountingTrendEnumeration" minOccurs="0"/>
             <element name="Accuracy" type="{http://www.siri.org.uk/siri}PercentageType" minOccurs="0"/>
             <element name="Description" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/>
             <element name="CountedItemsIdList" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="ItemId" type="{http://www.siri.org.uk/siri}IdType" maxOccurs="unbounded"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form