Class <<Union>> CGI_Term

A union class that allows the value to either be a CGI_TermValue or a CGI_TermRange

Local Subclasses: (none)

Attributes

Name Type Bounds From Class Notes
range CGI_TermRange 1..1 CGI_Term The attribute that allows the CGI_TermRange data type
Attribute tagged values
Tag Value
sequenceNumber 2
value CGI_TermValue 1..1 CGI_Term The attribute that allows the CGI_TermValue data type
Attribute tagged values
Tag Value
sequenceNumber 3
 

Outbound Associations

Name Type Multiplicity From Class Notes
 

Constraints

Constraint Type Status Weight
 

Tagged values

Tag Value Notes
byValuePropertyType true Values: true,false
Default: false
Description: enforce the 'by value' property pattern without xl
hasXmlLang true Values: true | false
Default: false
Description: axml attribute xml:lang shall be generated for the type representing the class
isCollection false Values: true,false
Default: false
Description: attribute group gml:AggregationAttributeGroup is a
noPropertyType false Values: true,false
Default: false
Description: suppress automatic creation of *PropertyType compl
 

GML-conformant XML Implementation Details

<xs:group xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CGI_Term">
    <xs:annotation>
        <xs:documentation>A union class that allows the value to either be a CGI_TermValue or a CGI_TermRange</xs:documentation>
    </xs:annotation>
    <xs:choice>
        <xs:element ref="gsml:CGI_TermRange">
            <xs:annotation>
                <xs:documentation>The attribute that allows the CGI_TermRange data type</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element ref="gsml:CGI_TermValue">
            <xs:annotation>
                <xs:documentation>The attribute that allows the CGI_TermValue data type</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:choice>
</xs:group>
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CGI_TermUnionSemantics">
    <xs:restriction base="string">
        <xs:enumeration value="range"/>
        <xs:enumeration value="value"/>
    </xs:restriction>
</xs:simpleType>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CGI_TermPropertyType">
    <xs:sequence minOccurs="0">
        <xs:group ref="gsml:CGI_Term"/>
    </xs:sequence>
    <xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
    <xs:attribute name="unionSemantics" type="gsml:CGI_TermUnionSemantics"/>
</xs:complexType>