Showing:

Attributes
Diagrams
Model
Properties
Source
Used by
Complex Type TransactionTrigger
Namespace No namespace
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_Complex_Type_TransactionTrigger.tmp#TransactionTrigger_id
Type extension of FreeFormMarkupWithLanguage
Type hierarchy
Used by
Model
ANY element from ANY namespace
Attributes
QName Type Use Annotation
id xs:NCName 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
Source
<xs:complexType name="TransactionTrigger">
  <xs:complexContent mixed="true">
    <xs:extension base="FreeFormMarkupWithLanguage">
      <xs:attribute name="id" use="optional" type="xs:NCName"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Attribute TransactionTrigger / @id
Namespace No namespace
Type xs:NCName
Properties
use optional
Used by
Complex Type TransactionTrigger
Source
<xs:attribute name="id" use="optional" type="xs:NCName"/>