markknowsley
Programmer
I'm working on a specification document that involves the mapping of two XML Schemas. Is there a correct way to write out the "path" of an XML schema element?
For example, if I were writing a formal specification that was instructing someone to use a particular Method in C#, i would tell them to use System.Data.DataTable.NewRow() to add a new row to a DataTable.
So if I know that a particular element in an XML schema has the 'path' incident --> primaryIndividual --> primarySurname how should I write this in my spec?
Thanks in advance.
For example, if I were writing a formal specification that was instructing someone to use a particular Method in C#, i would tell them to use System.Data.DataTable.NewRow() to add a new row to a DataTable.
So if I know that a particular element in an XML schema has the 'path' incident --> primaryIndividual --> primarySurname how should I write this in my spec?
Thanks in advance.