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

 


Help: OASIS Mailing Lists Help | MarkMail Help

ubl message

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


Subject: [OASIS Issue Tracker] (UBL-180) A richer property specification is required in the process and maritime industries


Ken Holman created UBL-180:
------------------------------

             Summary: A richer property specification is required in the process and maritime industries
                 Key: UBL-180
                 URL: https://issues.oasis-open.org/browse/UBL-180
             Project: OASIS Universal Business Language (UBL) TC
          Issue Type: New Feature
          Components: Documents and business objects
         Environment: The definition of an Item Property needs to be richer in order to specify sub-properties at an arbitrary depth, and to identify each of the property itself and its sub-properties as described in international standards.

(1)
 New ABIE: PropertyIdentification A class for assigning identifying information for a property
 BBIE: ID 1 An Identifier for the property.
 BBIE: IssuerScopeID 0..1 A scope within which the issuer has assigned this identifier
ASBIE: IssuerParty 0..1 (Party) The party that issued this property identifier.

(2)
 Additions to ABIE ItemProperty:
 ASBIE: StandardPropertyIdentification 0..1 (PropertyIdentification) Identifying information for this property, assigned according to a standard system.
 ASBIE: ItemSubProperty 0..n (ItemProperty) A property subsidiary to this property.

(3)
 For symmetry but not specific to this requirement, add to ItemIdentification:
 BBIE: IssuerScopeID 0..1 A scope within which the issuer has assigned this identifier

Â

Example:

 <cac:Item>
 Â Â <cac:ItemProperty>
 Â Â Â <cbc:Name>Process Condition at Inlet</cbc:Name>
 Â Â Â <cac:ItemSubProperty>
 Â Â Â Â <cbc:Name>Temperature</cbc:Name>
 Â Â Â Â <cbc:ValueQuantity unitCode="C">100</cbc:ValueQuantity>
 Â Â Â Â <cac:StandardPropertyIdentification>
 Â Â Â Â Â <cbc:ID>ABA927</cbc:ID>
 Â Â Â Â Â <cbc:IssuerScopeID>61987</cbc:IssuerScopeID>
 Â Â Â Â Â <cac:IssuerParty>
 Â Â Â Â Â Â <cac:PartyIdentification>
 Â Â Â Â Â Â Â <cbc:ID>IEC</cbc:ID>
 Â Â Â Â Â Â </cac:PartyIdentification>
 Â Â Â Â Â </cac:IssuerParty>
 Â Â Â Â </cac:StandardPropertyIdentification>
 Â Â Â </cac:ItemSubProperty>
 Â Â Â <cac:ItemSubProperty>
 Â Â Â Â <cbc:Name>Mass Flow Rate</cbc:Name>
 Â Â Â Â <cbc:ValueQuantity>67</cbc:ValueQuantity>
 Â Â Â Â <cac:StandardPropertyIdentification>
 Â Â Â Â Â <cbc:ID>ABB290</cbc:ID>
 Â Â Â Â Â <cbc:IssuerScopeID>61987</cbc:IssuerScopeID>
 Â Â Â Â Â <cac:IssuerParty>
 Â Â Â Â Â Â <cac:PartyIdentification>
 Â Â Â Â Â Â Â <cbc:ID>IEC</cbc:ID>
 Â Â Â Â Â Â </cac:PartyIdentification>
 Â Â Â Â Â </cac:IssuerParty>
 Â Â Â Â </cac:StandardPropertyIdentification>
 Â Â Â </cac:ItemSubProperty>
 Â Â </cac:ItemProperty>
 Â </cac:Item>



Â
            Reporter: Ken Holman
            Assignee: Kees Duvekot






--
This message was sent by Atlassian JIRA
(v7.7.2#77003)


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