DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "GrossFileStructureType"
Namespace:
Content:
complex, 5 attributes, 7 elements
Defined:
Includes:
definitions of 6 elements
Used:
XML Representation Summary
<...
    action
 = 
("Add" | "Update" | "Delete")
    id
 = 
xs:string
    isIdentifiable
 = 
"true"
    objectSource
 = 
xs:anyURI
    urn
 = 
xs:anyURI
    >
   
Content: 
UserID*, PlaceOfProduction?, ProcessingCheck*, ProcessingStatus?, CreationSoftware?, CaseQuantity?, OverallRecordCount?
</...>
Content Model Elements (7):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Includes information about the file structure, as well as other characteristics that are specific to the physical instance.
Type Definition Detail
Type Derivation Tree
  r:IdentifiableType (extension)
      GrossFileStructureType (extension)
XML Source (w/o annotations (7); see within schema source)
<xs:complexType name="GrossFileStructureType">
<xs:complexContent>
<xs:extension base="r:IdentifiableType">
<xs:sequence>
<xs:element minOccurs="0" name="PlaceOfProduction" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ProcessingCheck"/>
<xs:element minOccurs="0" name="ProcessingStatus" type="xs:string"/>
<xs:element minOccurs="0" ref="CreationSoftware"/>
<xs:element minOccurs="0" name="CaseQuantity" type="xs:integer"/>
<xs:element minOccurs="0" name="OverallRecordCount" type="xs:integer"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (defined in this component only; 6/7)
CaseQuantity
Type:
xs:integer, predefined, simple content
Number of cases or observations in the data file.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CaseQuantity" type="xs:integer"/>

CreationSoftware
Type:
r:SoftwareType, complex content
Indicates the software that was used to create the data file.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="CreationSoftware"/>

OverallRecordCount
Type:
xs:integer, predefined, simple content
Overall record count in the data file.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="OverallRecordCount" type="xs:integer"/>

PlaceOfProduction
Type:
xs:string, predefined, simple content
Indicates the place where the physical instance was produced.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="PlaceOfProduction" type="xs:string"/>

ProcessingCheck
Type:
r:StructuredStringType, mixed content
Documents processing checks and other operations performed on the data file.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ProcessingCheck"/>

ProcessingStatus
Type:
xs:string, predefined, simple content
Processing status of the data file.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ProcessingStatus" type="xs:string"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set