SexSpecification¶
Fully qualified enumeration name: DDICDIModels::DDICDILibrary::DataTypes::Enumerations::SexSpecification
Definition¶
Sex specification is limited to the purpose of determining the proper pronoun to use in addressing the individual. This may be based on conventional usage or personal preference.
Diagram
Enumeration literals
Name |
Description |
---|---|
Feminine |
Use the feminine pronoun (equivalent of English she, her, her’s). |
GenderNeutral |
Use a gender neutral or non-specified pronoun. (equivalent of English they, them, theirs). |
Masculine |
Use the masculine pronoun (equivalent of English he, him, his). |
Usage
Type |
Package |
Classifier |
Attribute |
---|---|---|---|
DataType |
StructuredDataTypes |
sex |
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 SexSpecification
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-SexSpecification"
5 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#SexSpecification"
6 xmi:type="uml:Enumeration">
7 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-SexSpecification-ownedComment"
8 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#SexSpecification-ownedComment"
9 xmi:type="uml:Comment">
10 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-SexSpecification"/>
11 <body>Definition
12============
13Sex specification is limited to the purpose of determining the proper pronoun to use in addressing the individual. This may be based on conventional usage or personal preference.</body>
14 </ownedComment>
15 <name>SexSpecification</name>
16 <ownedLiteral xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-SexSpecification-Feminine"
17 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Feminine"
18 xmi:type="uml:EnumerationLiteral">
19 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-SexSpecification-Feminine-ownedComment"
20 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Feminine-ownedComment"
21 xmi:type="uml:Comment">
22 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-SexSpecification-Feminine"/>
23 <body>Use the feminine pronoun (equivalent of English she, her, her's).</body>
24 </ownedComment>
25 <name>Feminine</name>
26 </ownedLiteral>
27 <ownedLiteral xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-SexSpecification-GenderNeutral"
28 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#GenderNeutral"
29 xmi:type="uml:EnumerationLiteral">
30 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-SexSpecification-GenderNeutral-ownedComment"
31 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#GenderNeutral-ownedComment"
32 xmi:type="uml:Comment">
33 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-SexSpecification-GenderNeutral"/>
34 <body>Use a gender neutral or non-specified pronoun. (equivalent of English they, them, theirs).</body>
35 </ownedComment>
36 <name>GenderNeutral</name>
37 </ownedLiteral>
38 <ownedLiteral xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-SexSpecification-Masculine"
39 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Masculine"
40 xmi:type="uml:EnumerationLiteral">
41 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-SexSpecification-Masculine-ownedComment"
42 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#Masculine-ownedComment"
43 xmi:type="uml:Comment">
44 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-Enumerations-SexSpecification-Masculine"/>
45 <body>Use the masculine pronoun (equivalent of English he, him, his).</body>
46 </ownedComment>
47 <name>Masculine</name>
48 </ownedLiteral>
49</packagedElement>
Fragment for the enumeration SexSpecification
1<xs:simpleType name="SexSpecificationXsdType"
2 xml:id="SexSpecificationXsdType">
3 <!-- based on the UML enumeration DDICDIModels::DDICDILibrary::DataTypes::Enumerations::SexSpecification -->
4 <xs:annotation>
5 <xs:documentation>Definition
6 ============
7 Sex specification is limited to the purpose of determining the proper pronoun to use in addressing the individual. This may be based on conventional usage or personal preference.</xs:documentation>
8 </xs:annotation>
9 <xs:restriction base="xs:NMTOKEN">
10 <xs:enumeration value="Feminine">
11 <xs:annotation>
12 <xs:documentation>Use the feminine pronoun (equivalent of English she, her, her's).</xs:documentation>
13 </xs:annotation>
14 </xs:enumeration>
15 <xs:enumeration value="GenderNeutral">
16 <xs:annotation>
17 <xs:documentation>Use a gender neutral or non-specified pronoun. (equivalent of English they, them, theirs).</xs:documentation>
18 </xs:annotation>
19 </xs:enumeration>
20 <xs:enumeration value="Masculine">
21 <xs:annotation>
22 <xs:documentation>Use the masculine pronoun (equivalent of English he, him, his).</xs:documentation>
23 </xs:annotation>
24 </xs:enumeration>
25 </xs:restriction>
26</xs:simpleType>
Fragment for the enumeration SexSpecification (main ontology, entire ontology as zip)
1# enumeration SexSpecification
2# based on the UML enumeration DDICDIModels::DDICDILibrary::DataTypes::Enumerations::SexSpecification
3cdi:SexSpecification
4 a rdfs:Class, owl:Class, ucmis:Enumeration;
5 rdfs:label "SexSpecification";
6 rdfs:comment "Definition\n============\nSex specification is limited to the purpose of determining the proper pronoun to use in addressing the individual. This may be based on conventional usage or personal preference."@en;
7
8.
9
10cdi:Feminine
11 a cdi:SexSpecification;
12 rdfs:label "Feminine";
13 rdfs:comment "Use the feminine pronoun (equivalent of English she, her, her's)."@en;
14.
15
16cdi:GenderNeutral
17 a cdi:SexSpecification;
18 rdfs:label "GenderNeutral";
19 rdfs:comment "Use a gender neutral or non-specified pronoun. (equivalent of English they, them, theirs)."@en;
20.
21
22cdi:Masculine
23 a cdi:SexSpecification;
24 rdfs:label "Masculine";
25 rdfs:comment "Use the masculine pronoun (equivalent of English he, him, his)."@en;
26.