Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Attribute DatasetConceptCompilationAttributes / @shortName
Namespace No namespace
Annotations
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the short name for the concept
Type xs:string
Properties
use optional
Used by
Source
<xs:attribute name="shortName" type="xs:string" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the short name for the concept</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute Group DatasetConceptCompilationAttributes
Namespace No namespace
Annotations
Additional compilation attributes on the dataset element
Diagram
DiagramDECOR_xsd_Attribute_iddisplay.tmp#iddisplayDECOR_xsd_Attribute_refdisplay.tmp#refdisplayDECOR_xsd_Attribute_Group_DatasetConceptCompilationAttributes.tmp#DatasetConceptCompilationAttributes_shortName
Used by
Complex Type DataSetConcept
Attributes
QName Type Use Annotation
iddisplay xs:string optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the calculated display name for the value in @id
refdisplay xs:string optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the calculated display name for the value in @ref
shortName xs:string optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the short name for the concept
Source
<xs:attributeGroup name="DatasetConceptCompilationAttributes">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Additional compilation attributes on the dataset element</xs:documentation>
  </xs:annotation>
  <xs:attribute ref="iddisplay" use="optional"/>
  <xs:attribute ref="refdisplay" use="optional"/>
  <xs:attribute name="shortName" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the short name for the concept</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>