OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

emergency message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Error in HAVE Schema


All-

I found an error in the HAVE schema that is not reflected in the errata:

In the ServiceCoverageStatus Section:

<have:Pediatrics> is typed as Boolean in the documentation.

 

Here is what is in the schema:

 

<xsd:element name="Pediatrics" minOccurs="0">

            <xsd:annotation>

                        <xsd:documentation>The availability of pediatric services. </xsd:documentation>

</xsd:annotation>

</xsd:element>

 

It should be:

 

<xsd:element name="Pediatrics" type=”xsd:Boolean” minOccurs="0">

<xsd:annotation>

                        <xsd:documentation>The availability of pediatric services. </xsd:documentation>

            </xsd:annotation>

</xsd:element>

 

Don McGarry

The MITRE Corp.

Office: 315-838-2669

Cell: 315-383-1197

dmcgarry@mitre.org

 



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]