QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
type | restriction of xs:string | optional |
Element | GeneralRegressionModel |
<xs:element name="PCovMatrix"> <xs:complexType> <xs:sequence> <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/> <xs:element maxOccurs="unbounded" ref="PCovCell"/> </xs:sequence> <xs:attribute name="type"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="model"/> <xs:enumeration value="robust"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> |