Re: Replace short codes when converting legacy to XML?
Mukul Gandhi <[email protected]>
| Newsgroups | gmane.text.xml.devel |
|---|---|
| Message-ID | <CANGHzgBDZWXXxoOd2NCMY=2-FOCj+d1-Q9CN+HCihJrR2si10A@mail.gmail.com> |
On Mon, Mar 14, 2022 at 5:33 PM Roger L Costello <[email protected]> wrote: > <xs:enumeration value="ET"/> > <xs:enumeration value="EX"/> > > I plan to create an XML Schema that uses human-friendly terms: > > <xs:enumeration value="entry point"/> > <xs:enumeration value="exit point"/> > Having read, the discussion so far within this thread (except that, I don't know much about genericode), I think you should use following, <xs:enumeration value="ET"/> <xs:enumeration value="EX"/> and could add corresponding xs:annotation within xs:enumeration for any documentation within the schema. -- Regards, Mukul Gandhi