<xsd:group name="SimpleCodeListSequence">
<xsd:annotation>
<xsd:documentation>Details of a simple code list definition.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="DerivedCodeListRef" minOccurs="0" type="CodeListRef">
<xsd:annotation>
<xsd:documentation>Reference to the derived code list of which this simple code list is a realisation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SimpleCodeList" type="SimpleCodeList">
<xsd:annotation>
<xsd:documentation>Definition of the simple code list.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group> |