org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class SimpleDataStructureRepresentationType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.structure.RepresentationType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.DataStructureRepresentationType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.SimpleDataStructureRepresentationType
- Direct Known Subclasses:
- ReportingYearStartDayRepresentationType, TimeDimensionRepresentationType
public class SimpleDataStructureRepresentationType
- extends DataStructureRepresentationType
SimpleDataStructureRepresentationType defines the representation for any non-measure and non-time dimension data structure definition component.
Java class for SimpleDataStructureRepresentationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SimpleDataStructureRepresentationType">
<complexContent>
<restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}DataStructureRepresentationType">
<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}CodelistReferenceType"/>
<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 |
SimpleDataStructureRepresentationType
public SimpleDataStructureRepresentationType()
Copyright © 2012. All Rights Reserved.