Showing:

Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element item
Namespace No namespace
Diagram
DiagramDECOR_xsd_Element_item.tmp#item_labelDECOR_xsd_Element_item.tmp#item_desc
Properties
content complex
Used by
Model
Children desc
Instance
<item label="">
  <desc language="" lastTranslated="" mimeType="">{0,unbounded}</desc>
</item>
Attributes
QName Type Use
label NonEmptyString required
Source
<xs:element name="item">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="desc" minOccurs="0" maxOccurs="unbounded" type="FreeFormMarkupWithLanguage"/>
    </xs:sequence>
    <xs:attribute name="label" type="NonEmptyString" use="required"/>
  </xs:complexType>
</xs:element>
Element item / 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"/>
Attribute item / @label
Namespace No namespace
Type NonEmptyString
Properties
use required
Facets
minLength 1
Used by
Element item
Source
<xs:attribute name="label" type="NonEmptyString" use="required"/>