<xsd:complexType name="Row">
<xsd:annotation>
<xsd:documentation>Row which represents a conceptual code in a code list.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Annotation" minOccurs="0" type="Annotation">
<xsd:annotation>
<xsd:documentation>User annotation about the row.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Value" maxOccurs="unbounded" type="Value">
<xsd:annotation>
<xsd:documentation>Column value for the row.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType> |