Showing:

Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element ObjectHistory / desc
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#FreeFormMarkupWithLanguage
Type FreeFormMarkupWithLanguage
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ANY element from ANY namespace
Attributes
QName Type Use Annotation
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:element name="desc" minOccurs="0" maxOccurs="unbounded" type="FreeFormMarkupWithLanguage"/>
Complex Type ObjectHistory
Namespace No namespace
Diagram
DiagramDECOR_xsd_Complex_Type_ObjectHistory.tmp#ObjectHistory_dateDECOR_xsd_Complex_Type_ObjectHistory.tmp#ObjectHistory_byDECOR_xsd_Complex_Type_ObjectHistory.tmp#ObjectHistory_desc
Used by
Model
Children desc
Attributes
QName Type Use
by NonEmptyString optional
date TimeStampNoTimezone optional
Source
<xs:complexType name="ObjectHistory">
  <xs:sequence>
    <xs:element name="desc" minOccurs="0" maxOccurs="unbounded" type="FreeFormMarkupWithLanguage"/>
  </xs:sequence>
  <xs:attribute name="date" type="TimeStampNoTimezone"/>
  <xs:attribute name="by" type="NonEmptyString"/>
</xs:complexType>
Attribute ObjectHistory / @date
Namespace No namespace
Type TimeStampNoTimezone
Properties
content simple
Facets
pattern \d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}
Used by
Complex Type ObjectHistory
Source
<xs:attribute name="date" type="TimeStampNoTimezone"/>
Attribute ObjectHistory / @by
Namespace No namespace
Type NonEmptyString
Properties
content simple
Facets
minLength 1
Used by
Complex Type ObjectHistory
Source
<xs:attribute name="by" type="NonEmptyString"/>