org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class DataStructureRepresentationType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.structure.RepresentationType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.DataStructureRepresentationType
- Direct Known Subclasses:
- MeasureDimensionRepresentationType, SimpleDataStructureRepresentationType
public abstract class DataStructureRepresentationType
- extends RepresentationType
DataStructureRepresentationType is an abstract base type which defines the allowable representations for any data structure definition component. The enumeration must be restricted to the proper type for item scheme for a given component.
Java class for DataStructureRepresentationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataStructureRepresentationType">
<complexContent>
<restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}RepresentationType">
<choice>
<element name="TextFormat" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}SimpleComponentTextFormatType"/>
<sequence>
<element name="Enumeration" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ItemSchemeReferenceBaseType"/>
<element name="EnumerationFormat" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}CodededTextFormatType" minOccurs="0"/>
</sequence>
</choice>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataStructureRepresentationType
public DataStructureRepresentationType()
Copyright © 2012. All Rights Reserved.