org.sdmx.resources.sdmxml.schemas.v2_1.common
Class MetadataAttributeValueSetType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.common.ComponentValueSetType
org.sdmx.resources.sdmxml.schemas.v2_1.common.MetadataAttributeValueSetType
public class MetadataAttributeValueSetType
- extends ComponentValueSetType
MetadataAttributeValueSetType defines the structure for providing values for a metadata attribute. If no values are provided, the attribute is implied to include/excluded from the region in which it is defined, with no regard to the value of the metadata attribute.
Java class for MetadataAttributeValueSetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataAttributeValueSetType">
<complexContent>
<restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ComponentValueSetType">
<choice minOccurs="0">
<element name="Value" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}SimpleValueType" maxOccurs="unbounded"/>
<element name="TimeRange" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}TimeRangeValueType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetadataAttributeValueSetType
public MetadataAttributeValueSetType()
Copyright © 2012. All Rights Reserved.