Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Attribute ProvenanceCompilationAttributes / @url
Namespace No namespace
Annotations
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the services URL useful in retrieving the dataset, template, or value set
Type xs:anyURI
Properties
use optional
Used by
Source
<xs:attribute name="url" type="xs:anyURI" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the services URL useful in retrieving the dataset, template, or value set</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ProvenanceCompilationAttributes / @ident
Namespace No namespace
Annotations
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
Type ShortDescriptiveName
Type hierarchy
Properties
use optional
Facets
minLength 1
maxLength 80
Used by
Source
<xs:attribute name="ident" type="ShortDescriptiveName" 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 of the project that defines the dataset, template, or value set</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ProvenanceCompilationAttributes / @referencedFrom
Namespace No namespace
Annotations
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)
Type ShortDescriptiveName
Type hierarchy
Properties
use optional
Facets
minLength 1
maxLength 80
Used by
Source
<xs:attribute name="referencedFrom" type="ShortDescriptiveName" 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 of the project that referenced the dataset, template, or value set (normally current project)</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute Group ProvenanceCompilationAttributes
Namespace No namespace
Annotations
Additional compilation attributes on the dataset, template and valueSet element
Diagram
DiagramDECOR_xsd_Attribute_Group_ProvenanceCompilationAttributes.tmp#ProvenanceCompilationAttributes_urlDECOR_xsd_Attribute_Group_ProvenanceCompilationAttributes.tmp#ProvenanceCompilationAttributes_identDECOR_xsd_Attribute_Group_ProvenanceCompilationAttributes.tmp#ProvenanceCompilationAttributes_referencedFrom
Used by
Attributes
QName Type Use Annotation
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
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)
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
Source
<xs:attributeGroup name="ProvenanceCompilationAttributes">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Additional compilation attributes on the dataset, template and valueSet element</xs:documentation>
  </xs:annotation>
  <xs:attribute name="url" type="xs:anyURI" use="optional">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the services URL useful in retrieving the dataset, template, or value set</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="ident" type="ShortDescriptiveName" 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 of the project that defines the dataset, template, or value set</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="referencedFrom" type="ShortDescriptiveName" 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 of the project that referenced the dataset, template, or value set (normally current project)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>