Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type BusinessNameWithLanguage
Namespace No namespace
Annotations
A name for the artifact that will be meaningful to business or domain experts. One artifact may have different business name translations for each realm and/or language.
UML: tagged value on ModelElement
DublinCore: Maps to 'Alternative'
Diagram
DiagramDECOR-datatypes_xsd_Complex_Type_BusinessNameWithLanguage.tmp#BusinessNameWithLanguage_languageDECOR-datatypes_xsd_Complex_Type_BusinessNameWithLanguage.tmp#BusinessNameWithLanguage_lastTranslated
Type extension of xs:string
Properties
mixed true
Used by
Attributes
QName Type Default Use Annotation
language LanguageCode en-US optional
Indicates the language in which the business name is expressed
UML: Part of a complex tag value
DublinCore: Language
Alpha
lastTranslated TimeStampNoTimezone optional
Indicates when this languages rendition was last translated from the original.
UML: part of a complex stereotype tag
Source
<xs:complexType name="BusinessNameWithLanguage" mixed="true">
  <xs:annotation>
    <xs:documentation>A name for the artifact that will be meaningful to business or domain experts. One artifact may have different business name translations for each realm and/or language.</xs:documentation>
    <xs:documentation>UML: tagged value on ModelElement</xs:documentation>
    <xs:documentation>DublinCore: Maps to 'Alternative'</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="language" type="LanguageCode" use="optional" default="en-US">
        <xs:annotation>
          <xs:documentation>Indicates the language in which the business name is expressed</xs:documentation>
          <xs:documentation>UML: Part of a complex tag value</xs:documentation>
          <xs:documentation>DublinCore: Language</xs:documentation>
          <xs:documentation>Alpha</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="lastTranslated" type="TimeStampNoTimezone" use="optional">
        <xs:annotation>
          <xs:documentation xml:lang="en-US">Indicates when this languages rendition was last translated from the original.</xs:documentation>
          <xs:documentation xml:lang="en-US">UML: part of a complex stereotype tag</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Attribute BusinessNameWithLanguage / @language
Namespace No namespace
Annotations
Indicates the language in which the business name is expressed
UML: Part of a complex tag value
DublinCore: Language
Alpha
Type LanguageCode
Properties
use optional
default en-US
Used by
Source
<xs:attribute name="language" type="LanguageCode" use="optional" default="en-US">
  <xs:annotation>
    <xs:documentation>Indicates the language in which the business name is expressed</xs:documentation>
    <xs:documentation>UML: Part of a complex tag value</xs:documentation>
    <xs:documentation>DublinCore: Language</xs:documentation>
    <xs:documentation>Alpha</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute BusinessNameWithLanguage / @lastTranslated
Namespace No namespace
Annotations
Indicates when this languages rendition was last translated from the original.
UML: part of a complex stereotype tag
Type TimeStampNoTimezone
Properties
use optional
Facets
pattern \d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}
Used by
Source
<xs:attribute name="lastTranslated" type="TimeStampNoTimezone" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Indicates when this languages rendition was last translated from the original.</xs:documentation>
    <xs:documentation xml:lang="en-US">UML: part of a complex stereotype tag</xs:documentation>
  </xs:annotation>
</xs:attribute>