Class <<Enumeration>> LinearDirectedCode

Code list to capture terms related to directedness of linear orientations

Local Subclasses: (none)

Attributes

Name Type Bounds From Class Notes
directed up 1..1 LinearDirectedCode Indicates that the linear orientation is directed above the horizon
directed 1..1 LinearDirectedCode Indicates that the linear orientation is directed
directed down 1..1 LinearDirectedCode Indicates that the linear orientation is directed below the horizon
 

Outbound Associations

Name Type Multiplicity From Class Notes
 

Constraints

Constraint Type Status Weight
 

Tagged values

Tag Value Notes
byValuePropertyType false Values: true,false
Default: false
Description: enforce the 'by value' property pattern without xl
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:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="LinearDirectedCodeType">
    <xs:restriction base="string">
        <xs:enumeration value="directed up">
            <xs:annotation>
                <xs:documentation>Indicates that the linear orientation is directed above the horizon</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="directed">
            <xs:annotation>
                <xs:documentation>Indicates that the linear orientation is directed</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="directed down">
            <xs:annotation>
                <xs:documentation>Indicates that the linear orientation is directed below the horizon</xs:documentation>
            </xs:annotation>
        </xs:enumeration>
    </xs:restriction>
</xs:simpleType>