Label

A structured display label. Label provides display content of a fully human readable display for the identification of the object.

Properties

Name Type Cardinality
locationVariant xs:string 0..1
validForStartDate Date 0..1
validForEndDate Date 0..1
maxLength xs:integer 0..1

locationVariant

Indicate the locality specification for content that is specific to a geographic area. May be a country code, sub-country code, or area name.

validForStartDate

Allows for the specification of a starting date for the period that this label is valid. The date must be formatted according to ISO 8601.

validForEndDate

Allows for the specification of a ending date for the period that this label is valid. The date must be formatted according to ISO 8601.

maxLength

A positive integer indicating the maximum number of characters in the label.

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_Label [ label = "{<id>Label | + locationVariant : xs:string \l + validForStartDate : Date \l + validForEndDate : Date \l + maxLength : xs:integer \l \l \l| \l \l}" tooltip = "ComplexDataTypes:Label" ] subgraph ComplexDataTypes { label = "ComplexDataTypes" node [ color = "#000000" ] DDI4_StructuredString [ label = "{<id>StructuredString | + content : Content \l \l \l| \l \l}" tooltip = "ComplexDataTypes:StructuredString" ]; } DDI4_Label -> DDI4_StructuredString [arrowhead=empty color="#000000" ]; }