Class PublishingActionStructure

  • All Implemented Interfaces:
    Serializable

    public class PublishingActionStructure
    extends Object
    implements Serializable
    Type for description of the whole action to be published (extends SIRI-SX v2.0p).

    Java class for PublishingActionStructure complex type.

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

     <complexType name="PublishingActionStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="PublishAtScope">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="ScopeType" type="{http://www.siri.org.uk/siri}ScopeTypeEnumeration"/>
                       <element name="Affects" type="{http://www.siri.org.uk/siri}AffectsScopeStructure"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element ref="{http://www.siri.org.uk/siri}PassengerInformationAction" maxOccurs="unbounded"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form