Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Used by
Element restURI
Namespace No namespace
Annotations
End Point for RESTful services. Examples are FHIR End Points, and DECOR services
Diagram
DiagramDECOR_xsd_Element_restURI.tmp#restURI_forDECOR_xsd_Element_restURI.tmp#restURI_format
Properties
content complex
mixed true
Used by
Element project
Model
Attributes
Source
<xs:element name="restURI">
  <xs:annotation>
    <xs:appinfo>
      <xforms:label xml:lang="nl-NL">RESTful service</xforms:label>
      <xforms:label xml:lang="en-US">RESTful Service</xforms:label>
      <xforms:label xml:lang="de-DE">RESTful Service</xforms:label>
    </xs:appinfo>
    <xs:documentation xml:lang="en-US">End Point for RESTful services. Examples are FHIR End Points, and DECOR services</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="for" type="DecorAndOtherObjectTypes" use="required"/>
    <xs:attribute name="format" type="DecorAndOtherObjectFormats" use="required"/>
  </xs:complexType>
</xs:element>
Attribute restURI / @for
Namespace No namespace
Type DecorAndOtherObjectTypes
Properties
use required
Used by
Element restURI
Source
<xs:attribute name="for" type="DecorAndOtherObjectTypes" use="required"/>
Attribute restURI / @format
Namespace No namespace
Type DecorAndOtherObjectFormats
Properties
use required
Used by
Element restURI
Source
<xs:attribute name="format" type="DecorAndOtherObjectFormats" use="required"/>