urn:schemas-cosylab-com:logging:1.0
element Header

Properties
This component is not nillable.

Model
<Header
  Context = xs:string
  Name = xs:string
  Release = xs:string
  Revision = xs:string
  Source = xs:string
  Type = xs:string
  Uri = xs:string>
(Description?, History*, Meta* )
</Header>


Nested Element Summary
 Description
          
 History
          
 Meta
          

Attribute Summary
 xs:stringContext
          
 xs:stringName
          
 xs:stringRelease
          
 xs:stringRevision
          
 xs:stringSource
          
 xs:stringType
          
 xs:stringUri
          

Attribute Detail

Context

Type:
xs:string
Use:
optional
Form:
unqualified

Name

Type:
xs:string
Use:
required
Form:
unqualified

Release

Type:
xs:string
Use:
optional
Form:
unqualified

Revision

Type:
xs:string
Use:
optional
Form:
unqualified

Source

Type:
xs:string
Use:
optional
Form:
unqualified

Type

Type:
xs:string
Use:
required
Form:
unqualified

Uri

Type:
xs:string
Use:
optional
Form:
unqualified

Local Usage
Log

Source
<xs:element name="Header">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" ref="acslog:Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="acslog:History"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="acslog:Meta"/>
</xs:sequence>
<xs:attribute name="Name" type="xs:string" use="required"/>
<xs:attribute name="Type" type="xs:string" use="required"/>
<xs:attribute name="Context" type="xs:string"/>
<xs:attribute name="Release" type="xs:string"/>
<xs:attribute name="Uri" type="xs:string"/>
<xs:attribute name="Source" type="xs:string"/>
<xs:attribute name="Revision" type="xs:string"/>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.