Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Attribute DatasetCompilationAttributes / @shortName
Namespace No namespace
Annotations
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the short name for the dataset
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 dataset</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute DatasetCompilationAttributes / @prefix
Namespace No namespace
Annotations
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the project prefix for the dataset (ref)
Properties
use optional
Used by
Source
<xs:attribute name="prefix" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the project prefix for the dataset (ref)</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute Group DatasetCompilationAttributes
Namespace No namespace
Annotations
Additional compilation attributes on the dataset element
Diagram
DiagramDECOR_xsd_Attribute_iddisplay.tmp#iddisplayDECOR_xsd_Attribute_Group_DatasetCompilationAttributes.tmp#DatasetCompilationAttributes_shortNameDECOR_xsd_Attribute_Group_DatasetCompilationAttributes.tmp#DatasetCompilationAttributes_prefixDECOR_xsd_Attribute_Group_ProvenanceCompilationAttributes.tmp#ProvenanceCompilationAttributes_urlDECOR_xsd_Attribute_Group_ProvenanceCompilationAttributes.tmp#ProvenanceCompilationAttributes_identDECOR_xsd_Attribute_Group_ProvenanceCompilationAttributes.tmp#ProvenanceCompilationAttributes_referencedFromDECOR_xsd_Attribute_Group_ProvenanceCompilationAttributes.tmp#ProvenanceCompilationAttributes
Used by
Elements dataset, transaction
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
ident ShortDescriptiveName optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the project @prefix of the project that defines the dataset, template, or value set
prefix optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the project prefix for the dataset (ref)
referencedFrom ShortDescriptiveName optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the project @prefix of the project that referenced the dataset, template, or value set (normally current project)
shortName xs:string optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the short name for the dataset
url xs:anyURI optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the services URL useful in retrieving the dataset, template, or value set
Wildcard: ANY attribute from ANY namespace OTHER than 'No Namespace'
Source
<xs:attributeGroup name="DatasetCompilationAttributes">
  <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 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 dataset</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="prefix" use="optional">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the project prefix for the dataset (ref)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attributeGroup ref="ProvenanceCompilationAttributes"/>
  <xs:anyAttribute namespace="##other" processContents="skip"/>
</xs:attributeGroup>