Class TPEGDescriptor

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    TPEGAreaDescriptor, TPEGPointDescriptor

    public abstract class TPEGDescriptor
    extends Object
    implements Serializable
    A collection of information providing descriptive references to locations using the TPEG-Loc location referencing approach.

    Java class for TPEGDescriptor complex type.

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

     <complexType name="TPEGDescriptor">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="descriptor">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="value" maxOccurs="unbounded">
                         <complexType>
                           <simpleContent>
                             <extension base="<http://datex2.eu/schema/1_0/1_0>MultiLingualString">
                               <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" />
                             </extension>
                           </simpleContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="tpegdescriptorExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form