<?xml version="1.0" encoding="UTF-8"?>
<gc:CodeList xmlns:gc="http://docs.oasis-open.org/codelist/ns/genericode/1.0/">
    <Identification>
        <ShortName>SubstitutionStatusCode</ShortName>
        <LongName xml:lang="en">Substitution Status</LongName>
        <Version>2.0</Version>
        <CanonicalUri>urn:oasis:names:specification:ubl:codelist:gc:SubstitutionStatusCode</CanonicalUri>
        <CanonicalVersionUri>urn:oasis:names:specification:ubl:codelist:gc:SubstitutionStatusCode-2.0-update</CanonicalVersionUri>
        <LocationUri>http://docs.oasis-open.org/ubl/os-UBL-2.0-update/cl/gc/default/SubstitutionStatusCode-2.0.gc</LocationUri>
        <Agency>
            <LongName xml:lang="en">OASIS Universal Business Language</LongName>
            <Identifier>UBL</Identifier>
        </Agency>
    </Identification>
    <ColumnSet>
        <Column Id="code" Use="required">
            <ShortName>Code</ShortName>
            <Data Type="normalizedString"/>
        </Column>
        <Column Id="name" Use="optional">
            <ShortName>Name</ShortName>
            <Data Type="string"/>
        </Column>
        <Key Id="codeKey">
            <ShortName>CodeKey</ShortName>
            <ColumnRef Ref="code"/>
        </Key>
    </ColumnSet>
    <SimpleCodeList>
        <Row>
            <Value ColumnRef="code">
                <SimpleValue>Original</SimpleValue>
            </Value>
            <Value ColumnRef="name">
                <SimpleValue>Original</SimpleValue>
            </Value>
        </Row>
        <Row>
            <Value ColumnRef="code">
                <SimpleValue>Substitution</SimpleValue>
            </Value>
            <Value ColumnRef="name">
                <SimpleValue>Substitution</SimpleValue>
            </Value>
        </Row>
    </SimpleCodeList>
</gc:CodeList>
