<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>
|