
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| beta | REAL-NUMBER | required | ||||
| df | INT-NUMBER | optional | ||||
| parameterName | xs:string | required | ||||
| targetCategory | xs:string | optional |
| Element | ParamMatrix |
<xs:element name="PCell"> <xs:complexType> <xs:sequence> <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="targetCategory" type="xs:string"/> <xs:attribute name="parameterName" type="xs:string" use="required"/> <xs:attribute name="beta" type="REAL-NUMBER" use="required"/> <xs:attribute name="df" type="INT-NUMBER"/> </xs:complexType> </xs:element> |