OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

ubl-hisc message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Update to the Meta-Input Specification


Attached are some materials in progress. I like Linus's philosophy of 
using the net as your backup system, so I'll include the script I use. I 
don't know if Python makes it through mail filters or not, so I'll put 
the script inline. Still working in plain text mode until we have a 
solid process in place, and for now working with only a single document 
type. Later, converting to DocBook/XML won't be a big deal.

In the comments section of the script, I have some fairly detailed notes 
on where it's at, and where it's going. Read on for details. In short, I 
need to figure out the process by which I annotate the excellent 
existing XPath resources to include input-specification-specific pieces 
of information. As a start, I hand-modified one of the shorter 
documents, OrderResponseSimple. (attached) Even so, it ended up with 207 
sections. (attached) The larger document types are simply going to be 
huge, so we need to think of ways to simplify/group/combine things.

I appreciate any comments, including observations of the (many) 
deficiencies herein. Thanks!

.micah


#!/usr/bin/python

""" The whole point of input specifications is that they'll contain more
information than is available elsewhere. This begs the question of what 
kind of
process should be used to annotate the existing resources, in this case 
the text
file containing XPath locators for each significant node in each of the UBL
document types.

To start, I picked one of the simplest doctypes, OrderResponseSimple. I 
modified
the text file to include a fourth token on each line, the "data collection
intent" as a string, or "-" for ignore.

Sample:
1   1..1 /rs:OrderResponseSimple/ -
2   1..1 /rs:OrderResponseSimple/rs:ID input
2.1 0..1 /rs:OrderResponseSimple/rs:ID/@identificationSchemeAgencyID input

I notice that there is significant repetition at the leaf level. One 
possibility
I am considering is to have this Python code analyze, notice common 
branches,
and factor them out separately. We will likely also need suggested datatype
information for each entry.

For now, the order in the XPath file is taken as the recommended order for
navigation.

Next steps:

TODO: intelligently deal with cardinality, so that 1..7 for example gets 
treated
as a repeating section

TODO: determine required entries

TODO: Even the simplest example here has 207 entries. Figure out better 
ways to
keep this trim.


"""

entries = []
thisfile = "OrderResponseSimple"

f = open(thisfile + '-IS.txt', 'r')
for line in f:
    # parse and get into a self-documenting data structure
    tokens = line.split()
    class r: pass
    record = r()
    record.numref = tokens[0]
    record.cardinality = tokens[1]
    record.path = tokens[2]
    record.intent = tokens[3]

    if record.intent != '-':
      entries.append(record)

f.close()

# temporary scaffold to see what we've got so far

print "Input Specification for " + thisfile + " (" + str(len(entries)) + 
" items)"
print
navindex = 1
for entry in entries:
    print entry.numref + " " + entry.path
    print "Navigation Index: " + str(navindex)
    navindex = navindex + 1
    print "Cardinality: " + entry.cardinality
    print "Data Collection Intent: " + entry.intent
    print ""

#end

-- 
  Available for consulting. XForms, web forms, information overload.
  Micah Dubinko                           mailto:micah@dubinko.info
  Brain Attic, L.L.C.                        http://brainattic.info
  Yahoo IM: mdubinko
  Learn XForms today: http://xformsinstitute.com

1   1..1 /rs:OrderResponseSimple/ -
2   1..1 /rs:OrderResponseSimple/rs:ID input
2.1 0..1 /rs:OrderResponseSimple/rs:ID/@identificationSchemeAgencyID input
2.2 0..1 /rs:OrderResponseSimple/rs:ID/@identificationSchemeAgencyName input
2.3 0..1 /rs:OrderResponseSimple/rs:ID/@identificationSchemeDataURI input
2.4 0..1 /rs:OrderResponseSimple/rs:ID/@identificationSchemeID input
2.5 0..1 /rs:OrderResponseSimple/rs:ID/@identificationSchemeName input
2.6 0..1 /rs:OrderResponseSimple/rs:ID/@identificationSchemeURI input
2.7 0..1 /rs:OrderResponseSimple/rs:ID/@identificationSchemeVersionID input
3   0..1 /rs:OrderResponseSimple/cbc:CopyIndicator input
4   0..1 /rs:OrderResponseSimple/rs:GUID input
4.1 0..1 /rs:OrderResponseSimple/rs:GUID/@identificationSchemeAgencyID input
4.2 0..1 /rs:OrderResponseSimple/rs:GUID/@identificationSchemeAgencyName input
4.3 0..1 /rs:OrderResponseSimple/rs:GUID/@identificationSchemeDataURI input
4.4 0..1 /rs:OrderResponseSimple/rs:GUID/@identificationSchemeID input
4.5 0..1 /rs:OrderResponseSimple/rs:GUID/@identificationSchemeName input
4.6 0..1 /rs:OrderResponseSimple/rs:GUID/@identificationSchemeURI input
4.7 0..1 /rs:OrderResponseSimple/rs:GUID/@identificationSchemeVersionID input
5   1..1 /rs:OrderResponseSimple/cbc:IssueDate input
6   0..1 /rs:OrderResponseSimple/rs:DocumentStatusCode input
6.1 0..1 /rs:OrderResponseSimple/rs:DocumentStatusCode/@codeListAgencyID input
6.2 0..1 /rs:OrderResponseSimple/rs:DocumentStatusCode/@codeListAgencyName input
6.3 0..1 /rs:OrderResponseSimple/rs:DocumentStatusCode/@codeListID input
6.4 0..1 /rs:OrderResponseSimple/rs:DocumentStatusCode/@codeListName input
6.5 0..1 /rs:OrderResponseSimple/rs:DocumentStatusCode/@codeListSchemeURI input
6.6 0..1 /rs:OrderResponseSimple/rs:DocumentStatusCode/@codeListURI input
6.7 0..1 /rs:OrderResponseSimple/rs:DocumentStatusCode/@codeListVersionID input
6.8 0..1 /rs:OrderResponseSimple/rs:DocumentStatusCode/@languageID input
6.9 0..1 /rs:OrderResponseSimple/rs:DocumentStatusCode/@name input
7   0..1 /rs:OrderResponseSimple/cbc:Note textarea
7.1 0..1 /rs:OrderResponseSimple/cbc:Note/@languageID input
8   1..1 /rs:OrderResponseSimple/rs:AcceptedIndicator input
9   0..1 /rs:OrderResponseSimple/rs:RejectionNote textarea
9.1 0..1 /rs:OrderResponseSimple/rs:RejectionNote/@languageID input
10   1..1 /rs:OrderResponseSimple/cac:OrderReference/ -
11   0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:BuyersID input
11.1 0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:BuyersID/@identificationSchemeAgencyID input
11.2 0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:BuyersID/@identificationSchemeAgencyName input
11.3 0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:BuyersID/@identificationSchemeDataURI input
11.4 0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:BuyersID/@identificationSchemeID input
11.5 0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:BuyersID/@identificationSchemeName input
11.6 0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:BuyersID/@identificationSchemeURI input
11.7 0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:BuyersID/@identificationSchemeVersionID input
12   0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:SellersID input
12.1 0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:SellersID/@identificationSchemeAgencyID input
12.2 0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:SellersID/@identificationSchemeAgencyName input
12.3 0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:SellersID/@identificationSchemeDataURI input
12.4 0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:SellersID/@identificationSchemeID input
12.5 0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:SellersID/@identificationSchemeName input
12.6 0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:SellersID/@identificationSchemeURI input
12.7 0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:SellersID/@identificationSchemeVersionID input
13   0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:DocumentStatusCode input
13.1 0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:DocumentStatusCode/@codeListAgencyID input
13.2 0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:DocumentStatusCode/@codeListAgencyName input
13.3 0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:DocumentStatusCode/@codeListID input
13.4 0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:DocumentStatusCode/@codeListName input
13.5 0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:DocumentStatusCode/@codeListSchemeURI input
13.6 0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:DocumentStatusCode/@codeListURI input
13.7 0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:DocumentStatusCode/@codeListVersionID input
13.8 0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:DocumentStatusCode/@languageID input
13.9 0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:DocumentStatusCode/@name input
14   0..1 /rs:OrderResponseSimple/cac:OrderReference/cbc:IssueDate input
15   0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:GUID input
15.1 0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:GUID/@identificationSchemeAgencyID input
15.2 0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:GUID/@identificationSchemeAgencyName input
15.3 0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:GUID/@identificationSchemeDataURI input
15.4 0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:GUID/@identificationSchemeID input
15.5 0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:GUID/@identificationSchemeName input
15.6 0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:GUID/@identificationSchemeURI input
15.7 0..1 /rs:OrderResponseSimple/cac:OrderReference/cac:GUID/@identificationSchemeVersionID input
16   1..1 /rs:OrderResponseSimple/cac:BuyerParty/ -
17   0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:BuyerAssignedAccountID input
17.1 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:BuyerAssignedAccountID/@identificationSchemeAgencyID input
17.2 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:BuyerAssignedAccountID/@identificationSchemeAgencyName input
17.3 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:BuyerAssignedAccountID/@identificationSchemeDataURI input
17.4 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:BuyerAssignedAccountID/@identificationSchemeID input
17.5 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:BuyerAssignedAccountID/@identificationSchemeName input
17.6 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:BuyerAssignedAccountID/@identificationSchemeURI input
17.7 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:BuyerAssignedAccountID/@identificationSchemeVersionID input
18   0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:SellerAssignedAccountID input
18.1 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:SellerAssignedAccountID/@identificationSchemeAgencyID input
18.2 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:SellerAssignedAccountID/@identificationSchemeAgencyName input
18.3 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:SellerAssignedAccountID/@identificationSchemeDataURI input
18.4 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:SellerAssignedAccountID/@identificationSchemeID input
18.5 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:SellerAssignedAccountID/@identificationSchemeName input
18.6 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:SellerAssignedAccountID/@identificationSchemeURI input
18.7 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:SellerAssignedAccountID/@identificationSchemeVersionID input
19   0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/ -
20   0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyName/ -
21   1..n /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyName/cbc:Name input
21.1 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyName/cbc:Name/@languageID input
22   0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/ -
23   0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cbc:StreetName input
23.1 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cbc:StreetName/@languageID input
24   0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cbc:BuildingName input
24.1 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cbc:BuildingName/@languageID input
25   0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cbc:BuildingNumber input
25.1 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cbc:BuildingNumber/@languageID input
26   0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cbc:CityName input
26.1 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cbc:CityName/@languageID input
27   0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cbc:PostalZone input
27.1 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cbc:PostalZone/@languageID input
28   0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cbc:CountrySubentity input
28.1 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cbc:CountrySubentity/@languageID input
29   0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cac:AddressLine/ -
30   1..7 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cac:AddressLine/cbc:Line input
30.1 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cac:AddressLine/cbc:Line/@languageID input
31   0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cac:Country/ -
32   0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode input
32.1 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@codeListAgencyID input
32.2 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@codeListAgencyName input
32.3 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@codeListID input
32.4 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@codeListName input
32.5 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@codeListSchemeURI input
32.6 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@codeListURI input
32.7 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@codeListVersionID input
32.8 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@languageID input
32.9 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@name input
33   0..n /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/ -
34   0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cbc:ExemptionReason input
34.1 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cbc:ExemptionReason/@languageID input
35   1..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/ -
36   0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID input
36.1 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID/@identificationSchemeAgencyID input
36.2 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID/@identificationSchemeAgencyName input
36.3 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID/@identificationSchemeDataURI input
36.4 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID/@identificationSchemeID input
36.5 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID/@identificationSchemeName input
36.6 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID/@identificationSchemeURI input
36.7 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID/@identificationSchemeVersionID input
37   0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode input
37.1 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@codeListAgencyID input
37.2 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@codeListAgencyName input
37.3 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@codeListID input
37.4 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@codeListName input
37.5 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@codeListSchemeURI input
37.6 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@codeListURI input
37.7 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@codeListVersionID input
37.8 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@languageID input
37.9 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@name input
38   0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Contact/ -
39   0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Contact/cbc:Name input
39.1 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Contact/cbc:Name/@languageID input
40   0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Contact/cbc:Telephone input
40.1 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Contact/cbc:Telephone/@languageID input
41   0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Contact/cbc:Telefax input
41.1 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Contact/cbc:Telefax/@languageID input
42   0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Contact/cbc:ElectronicMail input
42.1 0..1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Contact/cbc:ElectronicMail/@languageID input
43   1..1 /rs:OrderResponseSimple/cac:SellerParty/ -
44   0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:BuyerAssignedAccountID input
44.1 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:BuyerAssignedAccountID/@identificationSchemeAgencyID input
44.2 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:BuyerAssignedAccountID/@identificationSchemeAgencyName input
44.3 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:BuyerAssignedAccountID/@identificationSchemeDataURI input
44.4 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:BuyerAssignedAccountID/@identificationSchemeID input
44.5 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:BuyerAssignedAccountID/@identificationSchemeName input
44.6 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:BuyerAssignedAccountID/@identificationSchemeURI input
44.7 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:BuyerAssignedAccountID/@identificationSchemeVersionID input
45   0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:SellerAssignedAccountID input
45.1 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:SellerAssignedAccountID/@identificationSchemeAgencyID input
45.2 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:SellerAssignedAccountID/@identificationSchemeAgencyName input
45.3 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:SellerAssignedAccountID/@identificationSchemeDataURI input
45.4 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:SellerAssignedAccountID/@identificationSchemeID input
45.5 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:SellerAssignedAccountID/@identificationSchemeName input
45.6 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:SellerAssignedAccountID/@identificationSchemeURI input
45.7 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:SellerAssignedAccountID/@identificationSchemeVersionID input
46   0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/ -
47   0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyName/ -
48   1..n /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyName/cbc:Name -
48.1 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyName/cbc:Name/@languageID input
49   0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/ -
50   0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cbc:StreetName input
50.1 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cbc:StreetName/@languageID input
51   0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cbc:BuildingName input
51.1 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cbc:BuildingName/@languageID input
52   0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cbc:BuildingNumber input
52.1 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cbc:BuildingNumber/@languageID input
53   0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cbc:CityName input
53.1 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cbc:CityName/@languageID input
54   0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cbc:PostalZone input
54.1 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cbc:PostalZone/@languageID input
55   0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cbc:CountrySubentity input
55.1 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cbc:CountrySubentity/@languageID input
56   0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cac:AddressLine/ -
57   1..7 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cac:AddressLine/cbc:Line input
57.1 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cac:AddressLine/cbc:Line/@languageID input
58   0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cac:Country/ -
59   0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode input
59.1 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@codeListAgencyID input
59.2 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@codeListAgencyName input
59.3 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@codeListID input
59.4 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@codeListName input
59.5 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@codeListSchemeURI input
59.6 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@codeListURI input
59.7 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@codeListVersionID input
59.8 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@languageID input
59.9 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@name input
60   0..n /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/ -
61   0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cbc:ExemptionReason input
61.1 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cbc:ExemptionReason/@languageID input
62   1..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/ -
63   0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID input
63.1 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID/@identificationSchemeAgencyID input
63.2 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID/@identificationSchemeAgencyName input
63.3 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID/@identificationSchemeDataURI input
63.4 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID/@identificationSchemeID input
63.5 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID/@identificationSchemeName input
63.6 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID/@identificationSchemeURI input
63.7 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID/@identificationSchemeVersionID input
64   0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode input
64.1 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@codeListAgencyID input
64.2 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@codeListAgencyName input
64.3 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@codeListID input
64.4 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@codeListName input
64.5 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@codeListSchemeURI input
64.6 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@codeListURI input
64.7 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@codeListVersionID input
64.8 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@languageID input
64.9 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@name input
65   0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Contact/ -
66   0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Contact/cbc:Name input
66.1 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Contact/cbc:Name/@languageID input
67   0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Contact/cbc:Telephone input
67.1 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Contact/cbc:Telephone/@languageID input
68   0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Contact/cbc:Telefax input
68.1 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Contact/cbc:Telefax/@languageID input
69   0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Contact/cbc:ElectronicMail input
69.1 0..1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Contact/cbc:ElectronicMail/@languageID input
Input Specification for OrderResponseSimple (207 items)

2 /rs:OrderResponseSimple/rs:ID
Navigation Index: 1
Cardinality: 1..1
Data Collection Intent: input

2.1 /rs:OrderResponseSimple/rs:ID/@identificationSchemeAgencyID
Navigation Index: 2
Cardinality: 0..1
Data Collection Intent: input

2.2 /rs:OrderResponseSimple/rs:ID/@identificationSchemeAgencyName
Navigation Index: 3
Cardinality: 0..1
Data Collection Intent: input

2.3 /rs:OrderResponseSimple/rs:ID/@identificationSchemeDataURI
Navigation Index: 4
Cardinality: 0..1
Data Collection Intent: input

2.4 /rs:OrderResponseSimple/rs:ID/@identificationSchemeID
Navigation Index: 5
Cardinality: 0..1
Data Collection Intent: input

2.5 /rs:OrderResponseSimple/rs:ID/@identificationSchemeName
Navigation Index: 6
Cardinality: 0..1
Data Collection Intent: input

2.6 /rs:OrderResponseSimple/rs:ID/@identificationSchemeURI
Navigation Index: 7
Cardinality: 0..1
Data Collection Intent: input

2.7 /rs:OrderResponseSimple/rs:ID/@identificationSchemeVersionID
Navigation Index: 8
Cardinality: 0..1
Data Collection Intent: input

3 /rs:OrderResponseSimple/cbc:CopyIndicator
Navigation Index: 9
Cardinality: 0..1
Data Collection Intent: input

4 /rs:OrderResponseSimple/rs:GUID
Navigation Index: 10
Cardinality: 0..1
Data Collection Intent: input

4.1 /rs:OrderResponseSimple/rs:GUID/@identificationSchemeAgencyID
Navigation Index: 11
Cardinality: 0..1
Data Collection Intent: input

4.2 /rs:OrderResponseSimple/rs:GUID/@identificationSchemeAgencyName
Navigation Index: 12
Cardinality: 0..1
Data Collection Intent: input

4.3 /rs:OrderResponseSimple/rs:GUID/@identificationSchemeDataURI
Navigation Index: 13
Cardinality: 0..1
Data Collection Intent: input

4.4 /rs:OrderResponseSimple/rs:GUID/@identificationSchemeID
Navigation Index: 14
Cardinality: 0..1
Data Collection Intent: input

4.5 /rs:OrderResponseSimple/rs:GUID/@identificationSchemeName
Navigation Index: 15
Cardinality: 0..1
Data Collection Intent: input

4.6 /rs:OrderResponseSimple/rs:GUID/@identificationSchemeURI
Navigation Index: 16
Cardinality: 0..1
Data Collection Intent: input

4.7 /rs:OrderResponseSimple/rs:GUID/@identificationSchemeVersionID
Navigation Index: 17
Cardinality: 0..1
Data Collection Intent: input

5 /rs:OrderResponseSimple/cbc:IssueDate
Navigation Index: 18
Cardinality: 1..1
Data Collection Intent: input

6 /rs:OrderResponseSimple/rs:DocumentStatusCode
Navigation Index: 19
Cardinality: 0..1
Data Collection Intent: input

6.1 /rs:OrderResponseSimple/rs:DocumentStatusCode/@codeListAgencyID
Navigation Index: 20
Cardinality: 0..1
Data Collection Intent: input

6.2 /rs:OrderResponseSimple/rs:DocumentStatusCode/@codeListAgencyName
Navigation Index: 21
Cardinality: 0..1
Data Collection Intent: input

6.3 /rs:OrderResponseSimple/rs:DocumentStatusCode/@codeListID
Navigation Index: 22
Cardinality: 0..1
Data Collection Intent: input

6.4 /rs:OrderResponseSimple/rs:DocumentStatusCode/@codeListName
Navigation Index: 23
Cardinality: 0..1
Data Collection Intent: input

6.5 /rs:OrderResponseSimple/rs:DocumentStatusCode/@codeListSchemeURI
Navigation Index: 24
Cardinality: 0..1
Data Collection Intent: input

6.6 /rs:OrderResponseSimple/rs:DocumentStatusCode/@codeListURI
Navigation Index: 25
Cardinality: 0..1
Data Collection Intent: input

6.7 /rs:OrderResponseSimple/rs:DocumentStatusCode/@codeListVersionID
Navigation Index: 26
Cardinality: 0..1
Data Collection Intent: input

6.8 /rs:OrderResponseSimple/rs:DocumentStatusCode/@languageID
Navigation Index: 27
Cardinality: 0..1
Data Collection Intent: input

6.9 /rs:OrderResponseSimple/rs:DocumentStatusCode/@name
Navigation Index: 28
Cardinality: 0..1
Data Collection Intent: input

7 /rs:OrderResponseSimple/cbc:Note
Navigation Index: 29
Cardinality: 0..1
Data Collection Intent: textarea

7.1 /rs:OrderResponseSimple/cbc:Note/@languageID
Navigation Index: 30
Cardinality: 0..1
Data Collection Intent: input

8 /rs:OrderResponseSimple/rs:AcceptedIndicator
Navigation Index: 31
Cardinality: 1..1
Data Collection Intent: input

9 /rs:OrderResponseSimple/rs:RejectionNote
Navigation Index: 32
Cardinality: 0..1
Data Collection Intent: textarea

9.1 /rs:OrderResponseSimple/rs:RejectionNote/@languageID
Navigation Index: 33
Cardinality: 0..1
Data Collection Intent: input

11 /rs:OrderResponseSimple/cac:OrderReference/cac:BuyersID
Navigation Index: 34
Cardinality: 0..1
Data Collection Intent: input

11.1 /rs:OrderResponseSimple/cac:OrderReference/cac:BuyersID/@identificationSchemeAgencyID
Navigation Index: 35
Cardinality: 0..1
Data Collection Intent: input

11.2 /rs:OrderResponseSimple/cac:OrderReference/cac:BuyersID/@identificationSchemeAgencyName
Navigation Index: 36
Cardinality: 0..1
Data Collection Intent: input

11.3 /rs:OrderResponseSimple/cac:OrderReference/cac:BuyersID/@identificationSchemeDataURI
Navigation Index: 37
Cardinality: 0..1
Data Collection Intent: input

11.4 /rs:OrderResponseSimple/cac:OrderReference/cac:BuyersID/@identificationSchemeID
Navigation Index: 38
Cardinality: 0..1
Data Collection Intent: input

11.5 /rs:OrderResponseSimple/cac:OrderReference/cac:BuyersID/@identificationSchemeName
Navigation Index: 39
Cardinality: 0..1
Data Collection Intent: input

11.6 /rs:OrderResponseSimple/cac:OrderReference/cac:BuyersID/@identificationSchemeURI
Navigation Index: 40
Cardinality: 0..1
Data Collection Intent: input

11.7 /rs:OrderResponseSimple/cac:OrderReference/cac:BuyersID/@identificationSchemeVersionID
Navigation Index: 41
Cardinality: 0..1
Data Collection Intent: input

12 /rs:OrderResponseSimple/cac:OrderReference/cac:SellersID
Navigation Index: 42
Cardinality: 0..1
Data Collection Intent: input

12.1 /rs:OrderResponseSimple/cac:OrderReference/cac:SellersID/@identificationSchemeAgencyID
Navigation Index: 43
Cardinality: 0..1
Data Collection Intent: input

12.2 /rs:OrderResponseSimple/cac:OrderReference/cac:SellersID/@identificationSchemeAgencyName
Navigation Index: 44
Cardinality: 0..1
Data Collection Intent: input

12.3 /rs:OrderResponseSimple/cac:OrderReference/cac:SellersID/@identificationSchemeDataURI
Navigation Index: 45
Cardinality: 0..1
Data Collection Intent: input

12.4 /rs:OrderResponseSimple/cac:OrderReference/cac:SellersID/@identificationSchemeID
Navigation Index: 46
Cardinality: 0..1
Data Collection Intent: input

12.5 /rs:OrderResponseSimple/cac:OrderReference/cac:SellersID/@identificationSchemeName
Navigation Index: 47
Cardinality: 0..1
Data Collection Intent: input

12.6 /rs:OrderResponseSimple/cac:OrderReference/cac:SellersID/@identificationSchemeURI
Navigation Index: 48
Cardinality: 0..1
Data Collection Intent: input

12.7 /rs:OrderResponseSimple/cac:OrderReference/cac:SellersID/@identificationSchemeVersionID
Navigation Index: 49
Cardinality: 0..1
Data Collection Intent: input

13 /rs:OrderResponseSimple/cac:OrderReference/cac:DocumentStatusCode
Navigation Index: 50
Cardinality: 0..1
Data Collection Intent: input

13.1 /rs:OrderResponseSimple/cac:OrderReference/cac:DocumentStatusCode/@codeListAgencyID
Navigation Index: 51
Cardinality: 0..1
Data Collection Intent: input

13.2 /rs:OrderResponseSimple/cac:OrderReference/cac:DocumentStatusCode/@codeListAgencyName
Navigation Index: 52
Cardinality: 0..1
Data Collection Intent: input

13.3 /rs:OrderResponseSimple/cac:OrderReference/cac:DocumentStatusCode/@codeListID
Navigation Index: 53
Cardinality: 0..1
Data Collection Intent: input

13.4 /rs:OrderResponseSimple/cac:OrderReference/cac:DocumentStatusCode/@codeListName
Navigation Index: 54
Cardinality: 0..1
Data Collection Intent: input

13.5 /rs:OrderResponseSimple/cac:OrderReference/cac:DocumentStatusCode/@codeListSchemeURI
Navigation Index: 55
Cardinality: 0..1
Data Collection Intent: input

13.6 /rs:OrderResponseSimple/cac:OrderReference/cac:DocumentStatusCode/@codeListURI
Navigation Index: 56
Cardinality: 0..1
Data Collection Intent: input

13.7 /rs:OrderResponseSimple/cac:OrderReference/cac:DocumentStatusCode/@codeListVersionID
Navigation Index: 57
Cardinality: 0..1
Data Collection Intent: input

13.8 /rs:OrderResponseSimple/cac:OrderReference/cac:DocumentStatusCode/@languageID
Navigation Index: 58
Cardinality: 0..1
Data Collection Intent: input

13.9 /rs:OrderResponseSimple/cac:OrderReference/cac:DocumentStatusCode/@name
Navigation Index: 59
Cardinality: 0..1
Data Collection Intent: input

14 /rs:OrderResponseSimple/cac:OrderReference/cbc:IssueDate
Navigation Index: 60
Cardinality: 0..1
Data Collection Intent: input

15 /rs:OrderResponseSimple/cac:OrderReference/cac:GUID
Navigation Index: 61
Cardinality: 0..1
Data Collection Intent: input

15.1 /rs:OrderResponseSimple/cac:OrderReference/cac:GUID/@identificationSchemeAgencyID
Navigation Index: 62
Cardinality: 0..1
Data Collection Intent: input

15.2 /rs:OrderResponseSimple/cac:OrderReference/cac:GUID/@identificationSchemeAgencyName
Navigation Index: 63
Cardinality: 0..1
Data Collection Intent: input

15.3 /rs:OrderResponseSimple/cac:OrderReference/cac:GUID/@identificationSchemeDataURI
Navigation Index: 64
Cardinality: 0..1
Data Collection Intent: input

15.4 /rs:OrderResponseSimple/cac:OrderReference/cac:GUID/@identificationSchemeID
Navigation Index: 65
Cardinality: 0..1
Data Collection Intent: input

15.5 /rs:OrderResponseSimple/cac:OrderReference/cac:GUID/@identificationSchemeName
Navigation Index: 66
Cardinality: 0..1
Data Collection Intent: input

15.6 /rs:OrderResponseSimple/cac:OrderReference/cac:GUID/@identificationSchemeURI
Navigation Index: 67
Cardinality: 0..1
Data Collection Intent: input

15.7 /rs:OrderResponseSimple/cac:OrderReference/cac:GUID/@identificationSchemeVersionID
Navigation Index: 68
Cardinality: 0..1
Data Collection Intent: input

17 /rs:OrderResponseSimple/cac:BuyerParty/cac:BuyerAssignedAccountID
Navigation Index: 69
Cardinality: 0..1
Data Collection Intent: input

17.1 /rs:OrderResponseSimple/cac:BuyerParty/cac:BuyerAssignedAccountID/@identificationSchemeAgencyID
Navigation Index: 70
Cardinality: 0..1
Data Collection Intent: input

17.2 /rs:OrderResponseSimple/cac:BuyerParty/cac:BuyerAssignedAccountID/@identificationSchemeAgencyName
Navigation Index: 71
Cardinality: 0..1
Data Collection Intent: input

17.3 /rs:OrderResponseSimple/cac:BuyerParty/cac:BuyerAssignedAccountID/@identificationSchemeDataURI
Navigation Index: 72
Cardinality: 0..1
Data Collection Intent: input

17.4 /rs:OrderResponseSimple/cac:BuyerParty/cac:BuyerAssignedAccountID/@identificationSchemeID
Navigation Index: 73
Cardinality: 0..1
Data Collection Intent: input

17.5 /rs:OrderResponseSimple/cac:BuyerParty/cac:BuyerAssignedAccountID/@identificationSchemeName
Navigation Index: 74
Cardinality: 0..1
Data Collection Intent: input

17.6 /rs:OrderResponseSimple/cac:BuyerParty/cac:BuyerAssignedAccountID/@identificationSchemeURI
Navigation Index: 75
Cardinality: 0..1
Data Collection Intent: input

17.7 /rs:OrderResponseSimple/cac:BuyerParty/cac:BuyerAssignedAccountID/@identificationSchemeVersionID
Navigation Index: 76
Cardinality: 0..1
Data Collection Intent: input

18 /rs:OrderResponseSimple/cac:BuyerParty/cac:SellerAssignedAccountID
Navigation Index: 77
Cardinality: 0..1
Data Collection Intent: input

18.1 /rs:OrderResponseSimple/cac:BuyerParty/cac:SellerAssignedAccountID/@identificationSchemeAgencyID
Navigation Index: 78
Cardinality: 0..1
Data Collection Intent: input

18.2 /rs:OrderResponseSimple/cac:BuyerParty/cac:SellerAssignedAccountID/@identificationSchemeAgencyName
Navigation Index: 79
Cardinality: 0..1
Data Collection Intent: input

18.3 /rs:OrderResponseSimple/cac:BuyerParty/cac:SellerAssignedAccountID/@identificationSchemeDataURI
Navigation Index: 80
Cardinality: 0..1
Data Collection Intent: input

18.4 /rs:OrderResponseSimple/cac:BuyerParty/cac:SellerAssignedAccountID/@identificationSchemeID
Navigation Index: 81
Cardinality: 0..1
Data Collection Intent: input

18.5 /rs:OrderResponseSimple/cac:BuyerParty/cac:SellerAssignedAccountID/@identificationSchemeName
Navigation Index: 82
Cardinality: 0..1
Data Collection Intent: input

18.6 /rs:OrderResponseSimple/cac:BuyerParty/cac:SellerAssignedAccountID/@identificationSchemeURI
Navigation Index: 83
Cardinality: 0..1
Data Collection Intent: input

18.7 /rs:OrderResponseSimple/cac:BuyerParty/cac:SellerAssignedAccountID/@identificationSchemeVersionID
Navigation Index: 84
Cardinality: 0..1
Data Collection Intent: input

21 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyName/cbc:Name
Navigation Index: 85
Cardinality: 1..n
Data Collection Intent: input

21.1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyName/cbc:Name/@languageID
Navigation Index: 86
Cardinality: 0..1
Data Collection Intent: input

23 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cbc:StreetName
Navigation Index: 87
Cardinality: 0..1
Data Collection Intent: input

23.1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cbc:StreetName/@languageID
Navigation Index: 88
Cardinality: 0..1
Data Collection Intent: input

24 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cbc:BuildingName
Navigation Index: 89
Cardinality: 0..1
Data Collection Intent: input

24.1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cbc:BuildingName/@languageID
Navigation Index: 90
Cardinality: 0..1
Data Collection Intent: input

25 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cbc:BuildingNumber
Navigation Index: 91
Cardinality: 0..1
Data Collection Intent: input

25.1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cbc:BuildingNumber/@languageID
Navigation Index: 92
Cardinality: 0..1
Data Collection Intent: input

26 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cbc:CityName
Navigation Index: 93
Cardinality: 0..1
Data Collection Intent: input

26.1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cbc:CityName/@languageID
Navigation Index: 94
Cardinality: 0..1
Data Collection Intent: input

27 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cbc:PostalZone
Navigation Index: 95
Cardinality: 0..1
Data Collection Intent: input

27.1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cbc:PostalZone/@languageID
Navigation Index: 96
Cardinality: 0..1
Data Collection Intent: input

28 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cbc:CountrySubentity
Navigation Index: 97
Cardinality: 0..1
Data Collection Intent: input

28.1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cbc:CountrySubentity/@languageID
Navigation Index: 98
Cardinality: 0..1
Data Collection Intent: input

30 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cac:AddressLine/cbc:Line
Navigation Index: 99
Cardinality: 1..7
Data Collection Intent: input

30.1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cac:AddressLine/cbc:Line/@languageID
Navigation Index: 100
Cardinality: 0..1
Data Collection Intent: input

32 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode
Navigation Index: 101
Cardinality: 0..1
Data Collection Intent: input

32.1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@codeListAgencyID
Navigation Index: 102
Cardinality: 0..1
Data Collection Intent: input

32.2 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@codeListAgencyName
Navigation Index: 103
Cardinality: 0..1
Data Collection Intent: input

32.3 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@codeListID
Navigation Index: 104
Cardinality: 0..1
Data Collection Intent: input

32.4 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@codeListName
Navigation Index: 105
Cardinality: 0..1
Data Collection Intent: input

32.5 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@codeListSchemeURI
Navigation Index: 106
Cardinality: 0..1
Data Collection Intent: input

32.6 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@codeListURI
Navigation Index: 107
Cardinality: 0..1
Data Collection Intent: input

32.7 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@codeListVersionID
Navigation Index: 108
Cardinality: 0..1
Data Collection Intent: input

32.8 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@languageID
Navigation Index: 109
Cardinality: 0..1
Data Collection Intent: input

32.9 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@name
Navigation Index: 110
Cardinality: 0..1
Data Collection Intent: input

34 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cbc:ExemptionReason
Navigation Index: 111
Cardinality: 0..1
Data Collection Intent: input

34.1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cbc:ExemptionReason/@languageID
Navigation Index: 112
Cardinality: 0..1
Data Collection Intent: input

36 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID
Navigation Index: 113
Cardinality: 0..1
Data Collection Intent: input

36.1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID/@identificationSchemeAgencyID
Navigation Index: 114
Cardinality: 0..1
Data Collection Intent: input

36.2 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID/@identificationSchemeAgencyName
Navigation Index: 115
Cardinality: 0..1
Data Collection Intent: input

36.3 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID/@identificationSchemeDataURI
Navigation Index: 116
Cardinality: 0..1
Data Collection Intent: input

36.4 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID/@identificationSchemeID
Navigation Index: 117
Cardinality: 0..1
Data Collection Intent: input

36.5 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID/@identificationSchemeName
Navigation Index: 118
Cardinality: 0..1
Data Collection Intent: input

36.6 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID/@identificationSchemeURI
Navigation Index: 119
Cardinality: 0..1
Data Collection Intent: input

36.7 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID/@identificationSchemeVersionID
Navigation Index: 120
Cardinality: 0..1
Data Collection Intent: input

37 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode
Navigation Index: 121
Cardinality: 0..1
Data Collection Intent: input

37.1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@codeListAgencyID
Navigation Index: 122
Cardinality: 0..1
Data Collection Intent: input

37.2 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@codeListAgencyName
Navigation Index: 123
Cardinality: 0..1
Data Collection Intent: input

37.3 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@codeListID
Navigation Index: 124
Cardinality: 0..1
Data Collection Intent: input

37.4 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@codeListName
Navigation Index: 125
Cardinality: 0..1
Data Collection Intent: input

37.5 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@codeListSchemeURI
Navigation Index: 126
Cardinality: 0..1
Data Collection Intent: input

37.6 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@codeListURI
Navigation Index: 127
Cardinality: 0..1
Data Collection Intent: input

37.7 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@codeListVersionID
Navigation Index: 128
Cardinality: 0..1
Data Collection Intent: input

37.8 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@languageID
Navigation Index: 129
Cardinality: 0..1
Data Collection Intent: input

37.9 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@name
Navigation Index: 130
Cardinality: 0..1
Data Collection Intent: input

39 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Contact/cbc:Name
Navigation Index: 131
Cardinality: 0..1
Data Collection Intent: input

39.1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Contact/cbc:Name/@languageID
Navigation Index: 132
Cardinality: 0..1
Data Collection Intent: input

40 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Contact/cbc:Telephone
Navigation Index: 133
Cardinality: 0..1
Data Collection Intent: input

40.1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Contact/cbc:Telephone/@languageID
Navigation Index: 134
Cardinality: 0..1
Data Collection Intent: input

41 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Contact/cbc:Telefax
Navigation Index: 135
Cardinality: 0..1
Data Collection Intent: input

41.1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Contact/cbc:Telefax/@languageID
Navigation Index: 136
Cardinality: 0..1
Data Collection Intent: input

42 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Contact/cbc:ElectronicMail
Navigation Index: 137
Cardinality: 0..1
Data Collection Intent: input

42.1 /rs:OrderResponseSimple/cac:BuyerParty/cac:Party/cac:Contact/cbc:ElectronicMail/@languageID
Navigation Index: 138
Cardinality: 0..1
Data Collection Intent: input

44 /rs:OrderResponseSimple/cac:SellerParty/cac:BuyerAssignedAccountID
Navigation Index: 139
Cardinality: 0..1
Data Collection Intent: input

44.1 /rs:OrderResponseSimple/cac:SellerParty/cac:BuyerAssignedAccountID/@identificationSchemeAgencyID
Navigation Index: 140
Cardinality: 0..1
Data Collection Intent: input

44.2 /rs:OrderResponseSimple/cac:SellerParty/cac:BuyerAssignedAccountID/@identificationSchemeAgencyName
Navigation Index: 141
Cardinality: 0..1
Data Collection Intent: input

44.3 /rs:OrderResponseSimple/cac:SellerParty/cac:BuyerAssignedAccountID/@identificationSchemeDataURI
Navigation Index: 142
Cardinality: 0..1
Data Collection Intent: input

44.4 /rs:OrderResponseSimple/cac:SellerParty/cac:BuyerAssignedAccountID/@identificationSchemeID
Navigation Index: 143
Cardinality: 0..1
Data Collection Intent: input

44.5 /rs:OrderResponseSimple/cac:SellerParty/cac:BuyerAssignedAccountID/@identificationSchemeName
Navigation Index: 144
Cardinality: 0..1
Data Collection Intent: input

44.6 /rs:OrderResponseSimple/cac:SellerParty/cac:BuyerAssignedAccountID/@identificationSchemeURI
Navigation Index: 145
Cardinality: 0..1
Data Collection Intent: input

44.7 /rs:OrderResponseSimple/cac:SellerParty/cac:BuyerAssignedAccountID/@identificationSchemeVersionID
Navigation Index: 146
Cardinality: 0..1
Data Collection Intent: input

45 /rs:OrderResponseSimple/cac:SellerParty/cac:SellerAssignedAccountID
Navigation Index: 147
Cardinality: 0..1
Data Collection Intent: input

45.1 /rs:OrderResponseSimple/cac:SellerParty/cac:SellerAssignedAccountID/@identificationSchemeAgencyID
Navigation Index: 148
Cardinality: 0..1
Data Collection Intent: input

45.2 /rs:OrderResponseSimple/cac:SellerParty/cac:SellerAssignedAccountID/@identificationSchemeAgencyName
Navigation Index: 149
Cardinality: 0..1
Data Collection Intent: input

45.3 /rs:OrderResponseSimple/cac:SellerParty/cac:SellerAssignedAccountID/@identificationSchemeDataURI
Navigation Index: 150
Cardinality: 0..1
Data Collection Intent: input

45.4 /rs:OrderResponseSimple/cac:SellerParty/cac:SellerAssignedAccountID/@identificationSchemeID
Navigation Index: 151
Cardinality: 0..1
Data Collection Intent: input

45.5 /rs:OrderResponseSimple/cac:SellerParty/cac:SellerAssignedAccountID/@identificationSchemeName
Navigation Index: 152
Cardinality: 0..1
Data Collection Intent: input

45.6 /rs:OrderResponseSimple/cac:SellerParty/cac:SellerAssignedAccountID/@identificationSchemeURI
Navigation Index: 153
Cardinality: 0..1
Data Collection Intent: input

45.7 /rs:OrderResponseSimple/cac:SellerParty/cac:SellerAssignedAccountID/@identificationSchemeVersionID
Navigation Index: 154
Cardinality: 0..1
Data Collection Intent: input

48.1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyName/cbc:Name/@languageID
Navigation Index: 155
Cardinality: 0..1
Data Collection Intent: input

50 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cbc:StreetName
Navigation Index: 156
Cardinality: 0..1
Data Collection Intent: input

50.1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cbc:StreetName/@languageID
Navigation Index: 157
Cardinality: 0..1
Data Collection Intent: input

51 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cbc:BuildingName
Navigation Index: 158
Cardinality: 0..1
Data Collection Intent: input

51.1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cbc:BuildingName/@languageID
Navigation Index: 159
Cardinality: 0..1
Data Collection Intent: input

52 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cbc:BuildingNumber
Navigation Index: 160
Cardinality: 0..1
Data Collection Intent: input

52.1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cbc:BuildingNumber/@languageID
Navigation Index: 161
Cardinality: 0..1
Data Collection Intent: input

53 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cbc:CityName
Navigation Index: 162
Cardinality: 0..1
Data Collection Intent: input

53.1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cbc:CityName/@languageID
Navigation Index: 163
Cardinality: 0..1
Data Collection Intent: input

54 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cbc:PostalZone
Navigation Index: 164
Cardinality: 0..1
Data Collection Intent: input

54.1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cbc:PostalZone/@languageID
Navigation Index: 165
Cardinality: 0..1
Data Collection Intent: input

55 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cbc:CountrySubentity
Navigation Index: 166
Cardinality: 0..1
Data Collection Intent: input

55.1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cbc:CountrySubentity/@languageID
Navigation Index: 167
Cardinality: 0..1
Data Collection Intent: input

57 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cac:AddressLine/cbc:Line
Navigation Index: 168
Cardinality: 1..7
Data Collection Intent: input

57.1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cac:AddressLine/cbc:Line/@languageID
Navigation Index: 169
Cardinality: 0..1
Data Collection Intent: input

59 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode
Navigation Index: 170
Cardinality: 0..1
Data Collection Intent: input

59.1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@codeListAgencyID
Navigation Index: 171
Cardinality: 0..1
Data Collection Intent: input

59.2 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@codeListAgencyName
Navigation Index: 172
Cardinality: 0..1
Data Collection Intent: input

59.3 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@codeListID
Navigation Index: 173
Cardinality: 0..1
Data Collection Intent: input

59.4 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@codeListName
Navigation Index: 174
Cardinality: 0..1
Data Collection Intent: input

59.5 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@codeListSchemeURI
Navigation Index: 175
Cardinality: 0..1
Data Collection Intent: input

59.6 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@codeListURI
Navigation Index: 176
Cardinality: 0..1
Data Collection Intent: input

59.7 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@codeListVersionID
Navigation Index: 177
Cardinality: 0..1
Data Collection Intent: input

59.8 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@languageID
Navigation Index: 178
Cardinality: 0..1
Data Collection Intent: input

59.9 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Address/cac:Country/cac:IdentificationCode/@name
Navigation Index: 179
Cardinality: 0..1
Data Collection Intent: input

61 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cbc:ExemptionReason
Navigation Index: 180
Cardinality: 0..1
Data Collection Intent: input

61.1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cbc:ExemptionReason/@languageID
Navigation Index: 181
Cardinality: 0..1
Data Collection Intent: input

63 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID
Navigation Index: 182
Cardinality: 0..1
Data Collection Intent: input

63.1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID/@identificationSchemeAgencyID
Navigation Index: 183
Cardinality: 0..1
Data Collection Intent: input

63.2 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID/@identificationSchemeAgencyName
Navigation Index: 184
Cardinality: 0..1
Data Collection Intent: input

63.3 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID/@identificationSchemeDataURI
Navigation Index: 185
Cardinality: 0..1
Data Collection Intent: input

63.4 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID/@identificationSchemeID
Navigation Index: 186
Cardinality: 0..1
Data Collection Intent: input

63.5 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID/@identificationSchemeName
Navigation Index: 187
Cardinality: 0..1
Data Collection Intent: input

63.6 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID/@identificationSchemeURI
Navigation Index: 188
Cardinality: 0..1
Data Collection Intent: input

63.7 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:ID/@identificationSchemeVersionID
Navigation Index: 189
Cardinality: 0..1
Data Collection Intent: input

64 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode
Navigation Index: 190
Cardinality: 0..1
Data Collection Intent: input

64.1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@codeListAgencyID
Navigation Index: 191
Cardinality: 0..1
Data Collection Intent: input

64.2 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@codeListAgencyName
Navigation Index: 192
Cardinality: 0..1
Data Collection Intent: input

64.3 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@codeListID
Navigation Index: 193
Cardinality: 0..1
Data Collection Intent: input

64.4 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@codeListName
Navigation Index: 194
Cardinality: 0..1
Data Collection Intent: input

64.5 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@codeListSchemeURI
Navigation Index: 195
Cardinality: 0..1
Data Collection Intent: input

64.6 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@codeListURI
Navigation Index: 196
Cardinality: 0..1
Data Collection Intent: input

64.7 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@codeListVersionID
Navigation Index: 197
Cardinality: 0..1
Data Collection Intent: input

64.8 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@languageID
Navigation Index: 198
Cardinality: 0..1
Data Collection Intent: input

64.9 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:PartyTaxScheme/cac:TaxScheme/cac:TaxTypeCode/@name
Navigation Index: 199
Cardinality: 0..1
Data Collection Intent: input

66 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Contact/cbc:Name
Navigation Index: 200
Cardinality: 0..1
Data Collection Intent: input

66.1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Contact/cbc:Name/@languageID
Navigation Index: 201
Cardinality: 0..1
Data Collection Intent: input

67 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Contact/cbc:Telephone
Navigation Index: 202
Cardinality: 0..1
Data Collection Intent: input

67.1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Contact/cbc:Telephone/@languageID
Navigation Index: 203
Cardinality: 0..1
Data Collection Intent: input

68 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Contact/cbc:Telefax
Navigation Index: 204
Cardinality: 0..1
Data Collection Intent: input

68.1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Contact/cbc:Telefax/@languageID
Navigation Index: 205
Cardinality: 0..1
Data Collection Intent: input

69 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Contact/cbc:ElectronicMail
Navigation Index: 206
Cardinality: 0..1
Data Collection Intent: input

69.1 /rs:OrderResponseSimple/cac:SellerParty/cac:Party/cac:Contact/cbc:ElectronicMail/@languageID
Navigation Index: 207
Cardinality: 0..1
Data Collection Intent: input



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]