XML Datapacket



element DATAPACKET
diagram xmldatapacket_diagrams/xmldatapacket_p1.png
properties
content  complex
children METADATA ROWDATA
attributes
Name   Type   Use   Default   Fixed   Annotation
version   xs:decimal   required        
dateexport   xs:dateTime   required        

attribute DATAPACKET/@version
type xs:decimal
properties
use  required

attribute DATAPACKET/@dateexport
type xs:dateTime
properties
use  required

element DATAPACKET/METADATA
diagram xmldatapacket_diagrams/xmldatapacket_p2.png
properties
content  complex
children FIELDS

element DATAPACKET/METADATA/FIELDS
diagram xmldatapacket_diagrams/xmldatapacket_p3.png
properties
content  complex
children FIELD

element DATAPACKET/METADATA/FIELDS/FIELD
diagram xmldatapacket_diagrams/xmldatapacket_p4.png
properties
minOcc  1
maxOcc  unbounded
content  complex
attributes
Name   Type   Use   Default   Fixed   Annotation
FieldName   xs:string   required        
DisplayLabel   xs:string   required        
FieldType   xs:string   required        
FieldClass   xs:string   required        

attribute DATAPACKET/METADATA/FIELDS/FIELD/@FieldName
type xs:string
properties
use  required

attribute DATAPACKET/METADATA/FIELDS/FIELD/@DisplayLabel
type xs:string
properties
use  required

attribute DATAPACKET/METADATA/FIELDS/FIELD/@FieldType
type xs:string
properties
use  required

attribute DATAPACKET/METADATA/FIELDS/FIELD/@FieldClass
type xs:string
properties
use  required

element DATAPACKET/ROWDATA
diagram xmldatapacket_diagrams/xmldatapacket_p5.png
properties
content  complex
children ROW

element DATAPACKET/ROWDATA/ROW
diagram xmldatapacket_diagrams/xmldatapacket_p6.png
properties
minOcc  1
maxOcc  unbounded
content  complex
attributes
Name   Type   Use   Default   Fixed   Annotation
identifier   xs:int   required        
code   xs:string   required        
lang   xs:string   required        
codeid   xs:int   required        
langno   xs:byte   required        
status   derived by: xs:string   required        
country   xs:string   optional        
datatype   xs:string   required        
fullname   xs:string   required        
authority   xs:string   optional        
preferred   derived by: xs:byte   required        
creationcode   xs:date   required        
creationname   xs:date   required        
modificationcode   xs:date   optional        
modificationname   xs:date   optional        

attribute DATAPACKET/ROWDATA/ROW/@identifier
type xs:int
properties
use  required

attribute DATAPACKET/ROWDATA/ROW/@code
type xs:string
properties
use  required

attribute DATAPACKET/ROWDATA/ROW/@lang
type xs:string
properties
use  required

attribute DATAPACKET/ROWDATA/ROW/@codeid
type xs:int
properties
use  required

attribute DATAPACKET/ROWDATA/ROW/@langno
type xs:byte
properties
use  required

attribute DATAPACKET/ROWDATA/ROW/@status
type restriction of xs:string
properties
use  required
facets
Kind  Value  Annotation
enumeration  N
documentation
Non active
enumeration  A
documentation
Active

attribute DATAPACKET/ROWDATA/ROW/@country
type xs:string
properties
use  optional

attribute DATAPACKET/ROWDATA/ROW/@datatype
type xs:string
properties
use  required

attribute DATAPACKET/ROWDATA/ROW/@fullname
type xs:string
properties
use  required

attribute DATAPACKET/ROWDATA/ROW/@authority
type xs:string
properties
use  optional

attribute DATAPACKET/ROWDATA/ROW/@preferred
type restriction of xs:byte
properties
use  required
facets
Kind  Value  Annotation
enumeration  0
enumeration  1

attribute DATAPACKET/ROWDATA/ROW/@creationcode
type xs:date
properties
use  required

attribute DATAPACKET/ROWDATA/ROW/@creationname
type xs:date
properties
use  required

attribute DATAPACKET/ROWDATA/ROW/@modificationcode
type xs:date
properties
use  optional

attribute DATAPACKET/ROWDATA/ROW/@modificationname
type xs:date
properties
use  optional