This is a static archive of the previous Open Grid Forum GridForge content management system saved from host forge.ogf.org file /sf/sfmain/do/go/artf6434?nav=1&selectedTab=comments at Sun, 06 Nov 2022 13:33:27 GMT SourceForge : artf6434: Remove dfdl:format annotation from complex type

Project Home

Tracker

Documents

Tasks

Source Code

Discussions

File Releases

Wiki

Project Admin
Search Tracker
Project: DFDL-WG     Trackers > Specification version 1.0 > View Artifact
Artifact artf6434 : Remove dfdl:format annotation from complex type
Tracker: Specification version 1.0
Title: Remove dfdl:format annotation from complex type
Description:
Chapter 1 :   When the scoping rules were simplified in V 0.37 of spec, we removed dfd:format annotation from complex 
types but most of our examples in chapter 1 haven't been updated to to reflect this.. The examples should be updated to 
show this annotation at schema level.. 

   <xs:complexType name="example1"> 
          <xs:annotation> 
            <xs:appinfo> 
              <dfdl:format representation="binary" 
                      byteOrder="bigEndian" 
                      lengthKind="implicit" 
                      binaryFloatRepresentation="ieee" /> 
                      
            </xs:appinfo> 
     </xs:annotation> 
          <xs:sequence> 
            <xs:element name="w" type="int"/> 
            <xs:element name="x" type="int "/> 
            <xs:element name="y" type="double"/> 
            <xs:element name="z" type="float" /> 
          </xs:sequence> 
        </xs:complexType> 

Section 7.1 ( Page 47) --  Table should be updated to remove dfdl:format annotation from complex type.. 
Schema object	DFDL annotation
xs:choice	dfdl:choice
xs:complexType	dfdl:format
Submitted By: Suman Kalia
Submitted On: 01/12/2010 9:50 PM EST
Last Modified: 11/02/2010 5:58 AM EDT
Closed: 11/02/2010 5:58 AM EDT

Status / Comments Change Log Associations Attachments  
Status  
Group: *
Status:* Closed
Category: *
Customer: *
Priority: * 3
Assigned To: * Alan Powell
Reported in Release: *
Fixed in Release: *
Estimated Hours: * 0
Actual Hours: * 0
Comments
Steve Hanson: 11/02/2010 5:58 AM EDT
  Action: Update
Closed set to 11/02/2010
Status changed from Pending to Closed
Alan Powell: 01/14/2010 12:43 PM EST
  Comment:
Changed to

   <xs:complexType name="example1">
                      
	  <xs:sequence>
          <xs:element name="w" type="int">
             <xs:annotation>
               <xs:appinfo source=”http://www.ogf.org/dfdl/”>;
       	      <dfdl:element representation="binary" 
                      byteOrder="bigEndian" 
                      lengthKind="implicit"/>                   
       	    </xs:appinfo>
             </xs:annotation>
          </xs:element>
	    <xs:element name="x" type="int ">
             <xs:annotation>
               <xs:appinfo source=”http://www.ogf.org/dfdl/”>;
       	      <dfdl:element representation="binary" 
                      byteOrder="bigEndian" 
                      lengthKind="implicit"/>                   
       	    </xs:appinfo>
             </xs:annotation>
          </xs:element>
	    <xs:element name="y" type="double">
             <xs:annotation>
               <xs:appinfo source=”http://www.ogf.org/dfdl/”>;
       	      <dfdl:element representation="binary" 
                      byteOrder="bigEndian" 
                      lengthKind="implicit"/>                   
       	    </xs:appinfo>
             </xs:annotation>
          </xs:element>
	    <xs:element name="z" type="float" >
             <xs:annotation>
               <xs:appinfo source=”http://www.ogf.org/dfdl/”>;
       	      <dfdl:element representation="binary" 
                      byteOrder="bigEndian" 
                      lengthKind="implicit"
                      binaryFloatRep="ieee" />                   
       	    </xs:appinfo>
             </xs:annotation>
          </xs:element>
	  </xs:sequence>
	</xs:complexType>
  Action: Update
Assigned To set to Alan Powell
Status changed from Open to Pending
Suman Kalia: 01/12/2010 9:50 PM EST
  Action: Create


 
 
 
< Previous
 
 
Next >
 


The Open Grid Forum Contact Webmaster | Report a problem | GridForge Help
This is a static archive of the previous Open Grid Forum GridForge content management system saved from host forge.ogf.org file /sf/sfmain/do/go/artf6434?nav=1&selectedTab=comments at Sun, 06 Nov 2022 13:33:27 GMT