Each Error element describes an error that occurred during the measurement process.
Diagram
Type
xs:string
Properties
content
simple
maxOccurs
unbounded
Source
<xs:element name="Error" type="xs:string" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each Error element describes an error that occurred during the measurement process.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of Error elements in the set.
Source
<xs:complexType name="ErrorsType"><xs:annotation><xs:documentation>The ErrorsType defines a list of errors that occurred during the measurement process.</xs:documentation></xs:annotation><xs:sequence><xs:element name="Error" type="xs:string" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each Error element describes an error that occurred during the measurement process.</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of Error elements in the set.</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of Error elements in the set.</xs:documentation></xs:annotation></xs:attribute>