Class ContextStructure

  • All Implemented Interfaces:
    Serializable

    public class ContextStructure
    extends Object
    implements Serializable
    Common parameters for all situations.

    Java class for ContextStructure complex type.

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

     <complexType name="ContextStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="CountryRef" type="{http://www.ifopt.org.uk/ifopt}CountryRefStructure" minOccurs="0"/>
             <element name="ParticipantRef" type="{http://www.siri.org.uk/siri}ParticipantRefStructure"/>
             <element name="TopographicPlaceRef" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" minOccurs="0"/>
             <element name="TopographicPlaceName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" minOccurs="0"/>
             <element name="DefaultLanguage" type="{http://www.w3.org/2001/XMLSchema}language" minOccurs="0"/>
             <element name="NetworkContext" type="{http://www.siri.org.uk/siri}NetworkContextStructure" minOccurs="0"/>
             <element name="Actions" type="{http://www.siri.org.uk/siri}ActionsStructure" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form