Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element designation
Namespace No namespace
Diagram
DiagramDECOR-datatypes_xsd_Complex_Type_VariousMixedContent.tmp#VariousMixedContentDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguageCode.tmp#FreeFormMarkupWithLanguageCode_languageDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguageCode.tmp#FreeFormMarkupWithLanguageCode_lastTranslatedDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguageCode.tmp#FreeFormMarkupWithLanguageCode_mimeTypeDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguageCode.tmp#FreeFormMarkupWithLanguageCodeDECOR_xsd_Element_designation.tmp#designation_typeDECOR_xsd_Attribute_displayName.tmp#displayName
Type extension of FreeFormMarkupWithLanguageCode
Type hierarchy
Properties
content complex
Used by
Model
ANY element from ANY namespace
Attributes
QName Type Use Annotation
displayName NonEmptyString required
A short description string for the designation
language LanguageCodeSimple optional
Indicates the language in which the marked up text is expressed
UML: part of a complex stereotype tag
lastTranslated TimeStampNoTimezone optional
Indicates when this languages rendition was last translated from the original.
UML: part of a complex stereotype tag
mimeType MimeType optional
Indicates the mime type in which the data is expressed. If not specified, applications SHALL interpret the content based on other context or
specific application rules. Applications that do not recognize content SHALL retain it unchanged.
UML: Part of a complex tag
type DesignationType optional
Type of designation (for that language), preferred, synonym, abbreviation, fully specified name
Source
<xs:element name="designation">
  <xs:complexType>
    <xs:annotation>
      <xs:documentation xml:lang="en-US">A description for the designation</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="FreeFormMarkupWithLanguageCode">
        <xs:attribute name="type" type="DesignationType" use="optional">
          <xs:annotation>
            <xs:documentation xml:lang="en-US">Type of designation (for that language), preferred, synonym, abbreviation, fully specified name</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute ref="displayName" use="required">
          <xs:annotation>
            <xs:documentation xml:lang="en-US">A short description string for the designation</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Attribute designation / @type
Namespace No namespace
Annotations
Type of designation (for that language), preferred, synonym, abbreviation, fully specified name
Type DesignationType
Properties
use optional
Facets
enumeration preferred
preferred
enumeration synonym
synonym
enumeration abbreviation
abbreviation
enumeration fsn
fully specified name
Used by
Element designation
Source
<xs:attribute name="type" type="DesignationType" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Type of designation (for that language), preferred, synonym, abbreviation, fully specified name</xs:documentation>
  </xs:annotation>
</xs:attribute>