120 likes | 243 Views
Discussion of UPCC comments. UN/CEFACT Forum Meeting Geneva , 30.08. – 04.09.2010. Comment #1. A DOCLibrary should have the possibility to have XOR relationships between two ASBIEs in order to allow multiple response documents under one business document.
E N D
Discussionof UPCC comments UN/CEFACT Forum Meeting Geneva, 30.08. – 04.09.2010
Comment #1 A DOCLibrary should have the possibility to have XOR relationships between two ASBIEs in order to allow multiple response documents under one business document.
Reaction TMG & ATG • According to the discussion in Geneva TMG and ATG the scenarioasoutlined on the previousslideispossible. • An appropriaterepresentation in UPCC isyet to bedefined.
Comment #84 On the business information entity level it should be possible to express a business requirement using an XOR between two properties (BBIE or ASBIE). Implication for the underlying XML: <xsd:choice>?
context: My_ Address inv: self.Long_ PostalCode->size()=1 implies Short_ PostalCode->size()=0 inv: self. Short_ PostalCode->size()=1 implies Long_ PostalCode->size()=0
Reaction TMG & ATG • The scenarioaspresented on the previousslideis valid. • <xsd:choice> issupportedby the NDR 3.0
Comment #76 Due to different OCL constraints, leading to different compositions in a UPCC model, the generated XML Schema output, based on the NDR 3.0, is not the same. Thus, the filename (rootname) should not be the same, as this would lead to confusion. In different files with the same name, different structure is stored.
UPCC Model <XML Schema File> withoutheader <XML Schema File> withheader NDR [R A466] The name of the root element MUST be the same as the name of the business information payload data dictionary name, with separators and spacesremoved.
Reaction TMG & ATG • No actiontakenhere. • Iftworootelementshave the same name, namespaces will have to beused.
Comment How do I apply a facet to a content component of a BDT in case the BDT maps to a complex type? See line 2358 of the NDR.
Reaction ATG & TMG • Facetscanonlybeapplied to simple types. • In casecomplexTypesareused for BDTs facets will beapplied in such a mannerthatyou'll drill down to the firstsimpleType and apply the facetthere.