Showing:

Annotations
Attributes
Diagrams
Model
Source
Used by
Complex Type CopyrightText
Namespace No namespace
Annotations
Copyright statement or a reference copyright statement.
Diagram
DiagramDECOR-datatypes_xsd_Complex_Type_VariousMixedContent.tmp#VariousMixedContentDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguage.tmp#FreeFormMarkupWithLanguage_languageDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguage.tmp#FreeFormMarkupWithLanguage_lastTranslatedDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguage.tmp#FreeFormMarkupWithLanguage_mimeTypeDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguage.tmp#FreeFormMarkupWithLanguageDECOR_xsd_Attribute_Group_CopyrightCompilationAttributes.tmp#CopyrightCompilationAttributes
Type extension of FreeFormMarkupWithLanguage
Type hierarchy
Used by
Model
ANY element from ANY namespace
Attributes
QName Type Use Annotation
inherited optional
language LanguageCode 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
Wildcard: ANY attribute from ANY namespace OTHER than 'No Namespace'
Source
<xs:complexType name="CopyrightText">
  <xs:annotation>
    <!--<xs:documentation xml:lang="en-US">Copyright statement or a reference copyright statement. SHALL have contents or ref but not both. If there are contents AND at project level, MAY have id</xs:documentation>-->
    <xs:documentation xml:lang="en-US">Copyright statement or a reference copyright statement.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="FreeFormMarkupWithLanguage">
      <!--<xs:attribute name="id" type="NonEmptyString" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en-US">Identifies a copyright</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="ref" type="NonEmptyString" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en-US">References a project level copyright by its id</xs:documentation>
                    </xs:annotation>
                </xs:attribute>-->
      <xs:attributeGroup ref="CopyrightCompilationAttributes"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>