Class DataReference

java.lang.Object
nl.logius.digikoppeling.gb._2010._10.DataReference

public class DataReference extends Object

Java class for data-reference complex type.

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

 <complexType name="data-reference">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="lifetime">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="creationTime" type="{http://www.logius.nl/digikoppeling/gb/2010/10}datetimeType" minOccurs="0"/>
                   <element name="expirationTime" type="{http://www.logius.nl/digikoppeling/gb/2010/10}datetimeType" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="content">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="filename" type="{http://www.w3.org/2001/XMLSchema}NCName"/>
                   <element name="checksum" type="{http://www.logius.nl/digikoppeling/gb/2010/10}checksumType"/>
                   <element name="size" type="{http://www.w3.org/2001/XMLSchema}unsignedLong"/>
                 </sequence>
                 <attribute name="contentType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="transport">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="location">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <choice>
                             <element name="senderUrl" type="{http://www.logius.nl/digikoppeling/gb/2010/10}urlType"/>
                             <element name="receiverUrl" type="{http://www.logius.nl/digikoppeling/gb/2010/10}urlType"/>
                           </choice>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="contextId" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     </restriction>
   </complexContent>
 </complexType>