QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
baselineScore | NUMBER | optional | ||||
name | FIELD-NAME | optional | ||||
reasonCode | xs:string | optional |
Element | Characteristics |
<xs:element name="Characteristic"> <xs:complexType> <xs:sequence> <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="Attribute" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="name" type="FIELD-NAME" use="optional"/> <xs:attribute name="reasonCode" type="xs:string"/> <xs:attribute name="baselineScore" type="NUMBER"/> </xs:complexType> </xs:element> |