2.205 IndicatorStates

Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01

The IndicatorStates element is ignored in any schema version prior to RDL 2010/01.

The following are the parent and child elements of the IndicatorStates element.

Parent elements

StateIndicator

Child elements

IndicatorStates.IndicatorState

The following is the XML Schema definition of the IndicatorStates element in RDL 2008/01.

 <xsd:complexType name="IndicatorStatesType">
   <xsd:sequence>
     <xsd:element name="IndicatorState" type="IndicatorStateType" minOccurs="1" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

The following is the XML Schema definition of the IndicatorStates element in RDL 2010/01 and RDL 2016/01.

 <xsd:complexType name="IndicatorStatesType">
   <xsd:sequence>
     <xsd:element name="IndicatorState" type="IndicatorStateType" minOccurs="1" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>