complexType metaType
diagram AVCL.2.1_diagrams/AVCL.2.1_p367.png
used by
element meta
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xsd:string  required      
content  xsd:string  optional      
description  xsd:string  optional      
annotation
documentation
Container element for one item of meta information
source <xsd:complexType name="metaType">
 
<xsd:annotation>
   
<xsd:documentation>Container element for one item of meta information</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="name" type="xsd:string" use="required"/>
 
<xsd:attribute name="content" type="xsd:string" use="optional"/>
 
<xsd:attribute name="description" type="xsd:string" use="optional"/>
</xsd:complexType>

attribute metaType/@name
type xsd:string
properties
use required
source <xsd:attribute name="name" type="xsd:string" use="required"/>

attribute metaType/@content
type xsd:string
properties
use optional
source <xsd:attribute name="content" type="xsd:string" use="optional"/>

attribute metaType/@description
type xsd:string
properties
use optional
source <xsd:attribute name="description" type="xsd:string" use="optional"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy