org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class ContentConstraintAttachmentType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.ConstraintAttachmentType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.ContentConstraintAttachmentType

public class ContentConstraintAttachmentType
extends ConstraintAttachmentType

ContentConstraintAttachmentType defines the structure for specifying the target object(s) of a content constraint.

Java class for ContentConstraintAttachmentType complex type.

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

 <complexType name="ContentConstraintAttachmentType">
   <complexContent>
     <restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}ConstraintAttachmentType">
       <choice>
         <element name="DataProvider" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}DataProviderReferenceType"/>
         <element name="DataSet" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}SetReferenceType"/>
         <element name="MetadataSet" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}SetReferenceType"/>
         <element name="SimpleDataSource" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <choice>
           <sequence>
             <element name="DataStructure" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}DataStructureReferenceType" maxOccurs="unbounded"/>
             <element name="QueryableDataSource" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}QueryableDataSourceType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <sequence>
             <element name="MetadataStructure" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}MetadataStructureReferenceType" maxOccurs="unbounded"/>
             <element name="QueryableDataSource" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}QueryableDataSourceType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <sequence>
             <element name="Dataflow" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}DataflowReferenceType" maxOccurs="unbounded"/>
             <element name="QueryableDataSource" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}QueryableDataSourceType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <sequence>
             <element name="Metadataflow" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}MetadataflowReferenceType" maxOccurs="unbounded"/>
             <element name="QueryableDataSource" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}QueryableDataSourceType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <sequence>
             <element name="ProvisionAgreement" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ProvisionAgreementReferenceType" maxOccurs="unbounded"/>
             <element name="QueryableDataSource" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}QueryableDataSourceType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </choice>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.ConstraintAttachmentType
content
 
Constructor Summary
ContentConstraintAttachmentType()
           
 
Method Summary
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.ConstraintAttachmentType
getContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentConstraintAttachmentType

public ContentConstraintAttachmentType()


Copyright © 2012. All Rights Reserved.