Class AccessibilityLimitationStructure

  • All Implemented Interfaces:
    Serializable

    public class AccessibilityLimitationStructure
    extends Object
    implements Serializable
    Type for limitation on navigation.

    Java class for AccessibilityLimitationStructure complex type.

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

     <complexType name="AccessibilityLimitationStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="LimitationId" type="{http://www.ifopt.org.uk/acsb}LimitationIdType" minOccurs="0"/>
             <element name="ValidityCondition" type="{http://www.ifopt.org.uk/ifopt}ValidityConditionStructure" minOccurs="0"/>
             <group ref="{http://www.ifopt.org.uk/acsb}MobilityLimitationGroup"/>
             <group ref="{http://www.ifopt.org.uk/acsb}SensoryLimitationGroup"/>
             <element ref="{http://www.ifopt.org.uk/ifopt}Extensions" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form