Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element buildingBlockRepository
Namespace No namespace
Annotations
ART-DECOR repository reference
Diagram
DiagramDECOR_xsd_Element_buildingBlockRepository.tmp#buildingBlockRepository_urlDECOR_xsd_Element_buildingBlockRepository.tmp#buildingBlockRepository_identDECOR_xsd_Element_buildingBlockRepository.tmp#buildingBlockRepository_licenseKeyDECOR_xsd_Element_buildingBlockRepository.tmp#buildingBlockRepository_formatDECOR_xsd_Attribute_displayName.tmp#displayName
Properties
content complex
Used by
Element project
Model
Attributes
QName Type Default Use Annotation
displayName NonEmptyString optional
A short description string for the designation
format BuildingBlockRepositoryFormat decor optional
Determines the format of building blocks on the end point
ident NonEmptyString optional
ART-DECOR repository identification string (prefix), e.g. "ad1bbr-"; ends with "-"
licenseKey NonEmptyString optional
For future use
url Uri required
ART-DECOR repository URI directly pointing to the services, e.g. "http://art-decor.org/services/"; ends with "/"
Source
<xs:element name="buildingBlockRepository">
  <xs:annotation>
    <xs:appinfo>
      <xforms:label xml:lang="nl-NL">Repository referentie</xforms:label>
      <xforms:label xml:lang="en-US">Repository reference</xforms:label>
      <xforms:label xml:lang="de-DE">Repository Referenz</xforms:label>
    </xs:appinfo>
    <xs:documentation xml:lang="en-US">ART-DECOR repository reference</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence/>
    <xs:attribute name="url" type="Uri" use="required">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">ART-DECOR repository URI directly pointing to the services, e.g. "http://art-decor.org/services/"; ends with "/"</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="ident" type="NonEmptyString" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">ART-DECOR repository identification string (prefix), e.g. "ad1bbr-"; ends with "-"</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="licenseKey" type="NonEmptyString" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">For future use</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="format" type="BuildingBlockRepositoryFormat" use="optional" default="decor">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">Determines the format of building blocks on the end point</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute ref="displayName" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">A human-friendly name of the repository.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Attribute buildingBlockRepository / @url
Namespace No namespace
Annotations
ART-DECOR repository URI directly pointing to the services, e.g. "http://art-decor.org/services/"; ends with "/"
Type Uri
Properties
use required
Facets
maxLength 255
Used by
Source
<xs:attribute name="url" type="Uri" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">ART-DECOR repository URI directly pointing to the services, e.g. "http://art-decor.org/services/"; ends with "/"</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute buildingBlockRepository / @ident
Namespace No namespace
Annotations
ART-DECOR repository identification string (prefix), e.g. "ad1bbr-"; ends with "-"
Type NonEmptyString
Properties
use optional
Facets
minLength 1
Used by
Source
<xs:attribute name="ident" type="NonEmptyString" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">ART-DECOR repository identification string (prefix), e.g. "ad1bbr-"; ends with "-"</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute buildingBlockRepository / @licenseKey
Namespace No namespace
Annotations
For future use
Type NonEmptyString
Properties
use optional
Facets
minLength 1
Used by
Source
<xs:attribute name="licenseKey" type="NonEmptyString" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">For future use</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute buildingBlockRepository / @format
Namespace No namespace
Annotations
Determines the format of building blocks on the end point
Type BuildingBlockRepositoryFormat
Type hierarchy
Properties
use optional
default decor
Facets
maxLength 50
enumeration decor
DECOR building blocks
DECOR building blocks
DECOR building blocks
enumeration fhir
HL7 FHIR® bouwstenen, compatibiliteit met versie en andere capaciteiten zoals welke resources deze levert, vast te stellen op basis van de Conformance profile op het endpoint
HL7 FHIR® building blocks, compatibility with version and other capabilities such as which resources it serves to be determined based on the Conformance profile on the endpoint
HL7 FHIR® building blocks, compatibility with version and other capabilities such as which resources it serves to be determined based on the Conformance profile on the endpoint
Used by
Source
<xs:attribute name="format" type="BuildingBlockRepositoryFormat" use="optional" default="decor">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Determines the format of building blocks on the end point</xs:documentation>
  </xs:annotation>
</xs:attribute>