UBL Naming and Design Rules SC

RE: [ubl-ndrsc] RE: [ubl-lcsc] Eve's writeup on list containers

  • 1.  RE: [ubl-ndrsc] RE: [ubl-lcsc] Eve's writeup on list containers

    Posted 09-10-2002 12:05
     MHonArc v2.5.2 -->
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    ubl-ndrsc message

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


    Subject: RE: [ubl-ndrsc] RE: [ubl-lcsc] Eve's writeup on list containers


    Hi,
    
    I'd just like to offer an alternate possibility for one excerpt below:
    
    [START EXCERPT]
    To resolve this, we have to modify the specialization like this:
    
    <!-- *specialized-2 instance document HYPOTHETICAL* -->
    <!-- content conforming to ABIE1 -->
    ...
    <BuyerAddress>...</BuyerAddress>
    <LineItemList>
    <!-- content conforming to first-class CONTAINER1-PRIME-2 -->
      <LineItemList>
        <LineItem>...</LineItem>
        <LineItem>...</LineItem>   
      </LineItemList>
      <Height>...</Height>
      <Weight>...</Weight>
      <ShoeSize>...</ShoeSize>
    <!-- end content conforming to first-class CONTAINER1-PRIME-2 -->
    </LineItemList>
    ...
    <!-- end content conforming to ABIE1 -->
    [END EXCERPT]
    
    I believe an alternate way of representing this would be (the <AppliesToAll> tag should be renamed - just used for illustration):
    
    [START EXCERPT]
    <BuyerAddress>...</BuyerAddress>
    <LineItemList>
    <!-- content conforming to first-class CONTAINER1-PRIME-2 -->
      <LineItem>...</LineItem>
      <LineItem>...</LineItem> 
      <AppliesToAll>  
          <Height>...</Height>
          <Weight>...</Weight>
          <ShoeSize>...</ShoeSize>
      </AppliesToAll>
    </LineItemList>
    <!-- end content conforming to first-class CONTAINER1-PRIME-2 -->
    </LineItemList>
    ...
    <!-- end content conforming to ABIE1 -->
    [END EXCERPT]
    
    Kind Regards,
    Joe
    
    > **************************************************************************
    >   Joseph M. Chiusano
    >   Logistics Management Institute
    >   2000 Corporate Ridge
    >   McLean, VA 22102
    >   Email: jchiusano@lmi.org
    >   Tel: 571.633.7722
    > **************************************************************************
    >