
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| category | xs:string | optional | ||||
| field | FIELD-NAME | optional | ||||
| id | xs:string | required | ||||
| mappedValue | xs:string | optional | ||||
| value | xs:string | required | ||||
| weight | REAL-NUMBER | optional |
| Elements | AssociationModel, SequenceModel |
<xs:element name="Item"> <xs:complexType> <xs:sequence> <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="id" type="xs:string" use="required"/> <xs:attribute name="value" type="xs:string" use="required"/> <xs:attribute name="field" type="FIELD-NAME"/> <xs:attribute name="category" type="xs:string"/> <xs:attribute name="mappedValue" type="xs:string"/> <xs:attribute name="weight" type="REAL-NUMBER"/> </xs:complexType> </xs:element> |