LocationName

Name of the location using the DDI Name structure and the ability to add an effective date.

Extends

Name

Properties

Name Type Cardinality
effectivePeriod Date 0..1

effectivePeriod

The time period for which this name is accurate and in use.

Graph

digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_LocationName [ label = "{<id>LocationName | + effectivePeriod : Date \l \l \l| \l \l}" tooltip = "ComplexDataTypes:LocationName" ] subgraph ComplexDataTypes { label = "ComplexDataTypes" node [ color = "#000000" ] DDI4_Name [ label = "{<id>Name | + isPreferred : xs:boolean \l + context : xs:string \l \l \l| \l \l}" tooltip = "ComplexDataTypes:Name" ]; } DDI4_LocationName -> DDI4_Name [arrowhead=empty color="#000000" ]; }