PCovCell

Element Information

Model

Children: Extension

Attributes

QName Type Fixed Default Use Inheritable Annotation
pCol xs:string required
pRow xs:string required
tCol xs:string optional
tRow xs:string optional
targetCategory xs:string optional
value REAL-NUMBER required

Used By

Element PCovMatrix

Source

<xs:element name="PCovCell">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="pRow" type="xs:string" use="required"/>
    <xs:attribute name="pCol" type="xs:string" use="required"/>
    <xs:attribute name="tRow" type="xs:string"/>
    <xs:attribute name="tCol" type="xs:string"/>
    <xs:attribute name="value" type="REAL-NUMBER" use="required"/>
    <xs:attribute name="targetCategory" type="xs:string"/>
  </xs:complexType>
</xs:element>

Sample