ome / ome-model

OME model (specification, code generator, implementation)
Other
13 stars 25 forks source link

Couple of typos in the schema #173

Open RobotCaleb opened 1 year ago

RobotCaleb commented 1 year ago
    <xsd:element name="MetadataOnly"> <!-- top level definition -->
        <xsd:annotation>
            <xsd:documentation>
                This place holder means there is on pixel data in this file.
            </xsd:documentation>
        </xsd:annotation>
    </xsd:element>
    <xsd:element name="TiffData"> <!-- top level definition -->
        <xsd:annotation>
            <xsd:documentation>
                This described the location of the pixel data in a tiff file.
            </xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>

Should be there is no pixel data and describes the location

dgault commented 1 year ago

Thanks @RobotCaleb for spotting these typos, I will open a PR to correct them in a future release