http://www.matml.org
element MatML_Doc

Documentation

			*************************              MatML_Doc               *************************
			
			This element declares the content model for MatML_Doc, topmost in the
			hierarchy of elements that comprise a document marked up using MatML.
			Content models describe the relationships of the element and its child
			elements. MatML_Doc must contain one or more Material elements.
			
			Metadata contains descriptions of the data sources, properties,
			measurement techniques, specimens, and parameters which are
			referenced when materials property data are encoded using
			other elements. Metadata may occur once or not at all within the
			Material element. For more information, see the documentation for the
			Metadata element.
			
			
Properties
This component is not nillable.

Model
<MatML_Doc>
(Material+, Metadata? )
</MatML_Doc>


Nested Element Summary
MaterialMaterial
          
MetadataMetadata
          
Source
<xsd:element name="MatML_Doc">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="Material" type="Material"/>
<xsd:element minOccurs="0" name="Metadata" type="Metadata"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>


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