| diagram | 
					  | 
				
				
					| used by | 
					 | 
				
				
					| 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="metaCommandType"> 
  <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> |