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

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

public class AttachmentConstraintAttachmentType
extends ConstraintAttachmentType

AttachmentConstraintAttachmentType defines the structure for specifying the object to which an attachment constraints applies.

Java class for AttachmentConstraintAttachmentType complex type.

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

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


Field Summary
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.ConstraintAttachmentType
content
 
Constructor Summary
AttachmentConstraintAttachmentType()
           
 
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

AttachmentConstraintAttachmentType

public AttachmentConstraintAttachmentType()


Copyright © 2012. All Rights Reserved.