org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class ConceptRepresentation
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.structure.RepresentationType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.ConceptRepresentation
public class ConceptRepresentation
- extends RepresentationType
ConceptRepresentation defines the core representation that are allowed for a concept. The text format allowed for a concept is that which is allowed for any non-target object component.
Java class for ConceptRepresentation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConceptRepresentation">
<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}BasicComponentTextFormatType"/>
<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 |
ConceptRepresentation
public ConceptRepresentation()
Copyright © 2012. All Rights Reserved.