PointFormat¶
Fully qualified enumeration name: DDICDIModels::DDICDILibrary::DataTypes::Enumerations::PointFormat
Definition¶
Provides an enumerated list of valid point format types for capturing a coordinate point.
Diagram
Enumeration literals
Name |
Description |
---|---|
DecimalDegree |
Value is expressed as a decimal degree. |
DecimalMinutes |
Value is expressed as decimal minutes. |
DegreesMinutesSeconds |
Value is expressed as degrees-minutes-seconds. |
Feet |
Value is expressed in feet. |
Meters |
Value is expressed in meters. |
Usage
Type |
Package |
Classifier |
Attribute |
---|---|---|---|
DataType |
StructuredDataTypes |
coordinateType |
Syntax representations / encodings
All syntax representations except the Canonical XMI are provided as reference points for specific implementations, or for use as defaults if sufficient in the form presented.
Fragment for the enumeration PointFormat
1<packagedElement xmlns:StandardProfile="http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard"
2 xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"
3 xmlns:xmi="http://www.omg.org/spec/XMI/20131001"
4 xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-PointFormat"
5 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PointFormat"
6 xmi:type="uml:Enumeration">
7 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-PointFormat-ownedComment"
8 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PointFormat-ownedComment"
9 xmi:type="uml:Comment">
10 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-PointFormat"/>
11 <body>Definition
12============
13Provides an enumerated list of valid point format types for capturing a coordinate point.</body>
14 </ownedComment>
15 <name>PointFormat</name>
16 <ownedLiteral xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-PointFormat-DecimalDegree"
17 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DecimalDegree"
18 xmi:type="uml:EnumerationLiteral">
19 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-PointFormat-DecimalDegree-ownedComment"
20 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DecimalDegree-ownedComment"
21 xmi:type="uml:Comment">
22 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-PointFormat-DecimalDegree"/>
23 <body>Value is expressed as a decimal degree.</body>
24 </ownedComment>
25 <name>DecimalDegree</name>
26 </ownedLiteral>
27 <ownedLiteral xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-PointFormat-DecimalMinutes"
28 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DecimalMinutes"
29 xmi:type="uml:EnumerationLiteral">
30 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-PointFormat-DecimalMinutes-ownedComment"
31 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DecimalMinutes-ownedComment"
32 xmi:type="uml:Comment">
33 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-PointFormat-DecimalMinutes"/>
34 <body>Value is expressed as decimal minutes.</body>
35 </ownedComment>
36 <name>DecimalMinutes</name>
37 </ownedLiteral>
38 <ownedLiteral xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-PointFormat-DegreesMinutesSeconds"
39 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DegreesMinutesSeconds"
40 xmi:type="uml:EnumerationLiteral">
41 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-PointFormat-DegreesMinutesSeconds-ownedComment"
42 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DegreesMinutesSeconds-ownedComment"
43 xmi:type="uml:Comment">
44 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-PointFormat-DegreesMinutesSeconds"/>
45 <body>Value is expressed as degrees-minutes-seconds.</body>
46 </ownedComment>
47 <name>DegreesMinutesSeconds</name>
48 </ownedLiteral>
49 <ownedLiteral xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-PointFormat-Feet"
50 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Feet"
51 xmi:type="uml:EnumerationLiteral">
52 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-PointFormat-Feet-ownedComment"
53 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Feet-ownedComment"
54 xmi:type="uml:Comment">
55 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-PointFormat-Feet"/>
56 <body>Value is expressed in feet.</body>
57 </ownedComment>
58 <name>Feet</name>
59 </ownedLiteral>
60 <ownedLiteral xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-PointFormat-Meters"
61 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Meters"
62 xmi:type="uml:EnumerationLiteral">
63 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-PointFormat-Meters-ownedComment"
64 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Meters-ownedComment"
65 xmi:type="uml:Comment">
66 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-PointFormat-Meters"/>
67 <body>Value is expressed in meters.</body>
68 </ownedComment>
69 <name>Meters</name>
70 </ownedLiteral>
71</packagedElement>
Fragment for the enumeration PointFormat
1<xs:simpleType name="PointFormatXsdType"
2 xml:id="PointFormatXsdType">
3 <!-- based on the UML enumeration DDICDIModels::DDICDILibrary::DataTypes::Enumerations::PointFormat -->
4 <xs:annotation>
5 <xs:documentation>Definition
6 ============
7 Provides an enumerated list of valid point format types for capturing a coordinate point.</xs:documentation>
8 </xs:annotation>
9 <xs:restriction base="xs:NMTOKEN">
10 <xs:enumeration value="DecimalDegree">
11 <xs:annotation>
12 <xs:documentation>Value is expressed as a decimal degree.</xs:documentation>
13 </xs:annotation>
14 </xs:enumeration>
15 <xs:enumeration value="DecimalMinutes">
16 <xs:annotation>
17 <xs:documentation>Value is expressed as decimal minutes.</xs:documentation>
18 </xs:annotation>
19 </xs:enumeration>
20 <xs:enumeration value="DegreesMinutesSeconds">
21 <xs:annotation>
22 <xs:documentation>Value is expressed as degrees-minutes-seconds.</xs:documentation>
23 </xs:annotation>
24 </xs:enumeration>
25 <xs:enumeration value="Feet">
26 <xs:annotation>
27 <xs:documentation>Value is expressed in feet.</xs:documentation>
28 </xs:annotation>
29 </xs:enumeration>
30 <xs:enumeration value="Meters">
31 <xs:annotation>
32 <xs:documentation>Value is expressed in meters.</xs:documentation>
33 </xs:annotation>
34 </xs:enumeration>
35 </xs:restriction>
36</xs:simpleType>
Fragment for the enumeration PointFormat (main ontology, entire ontology as zip)
1# enumeration PointFormat
2# based on the UML enumeration DDICDIModels::DDICDILibrary::DataTypes::Enumerations::PointFormat
3cdi:PointFormat
4 a rdfs:Class, owl:Class, ucmis:Enumeration;
5 rdfs:label "PointFormat";
6 rdfs:comment "Definition\n============\nProvides an enumerated list of valid point format types for capturing a coordinate point."@en;
7
8.
9
10cdi:DecimalDegree
11 a cdi:PointFormat;
12 rdfs:label "DecimalDegree";
13 rdfs:comment "Value is expressed as a decimal degree."@en;
14.
15
16cdi:DecimalMinutes
17 a cdi:PointFormat;
18 rdfs:label "DecimalMinutes";
19 rdfs:comment "Value is expressed as decimal minutes."@en;
20.
21
22cdi:DegreesMinutesSeconds
23 a cdi:PointFormat;
24 rdfs:label "DegreesMinutesSeconds";
25 rdfs:comment "Value is expressed as degrees-minutes-seconds."@en;
26.
27
28cdi:Feet
29 a cdi:PointFormat;
30 rdfs:label "Feet";
31 rdfs:comment "Value is expressed in feet."@en;
32.
33
34cdi:Meters
35 a cdi:PointFormat;
36 rdfs:label "Meters";
37 rdfs:comment "Value is expressed in meters."@en;
38.