| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| message-id | optional | ||||||
| numeric | required | ||||||
| package-id | optional | ||||||
| payload-id | optional | ||||||
| phrase | required | ||||||
| xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
<xs:element name="ice-code"> <xs:complexType mixed="true"> <xs:attribute name="message-id"/> <xs:attribute name="numeric" use="required"/> <xs:attribute name="package-id"/> <xs:attribute name="payload-id"/> <xs:attribute name="phrase" use="required"/> <xs:attribute ref="xml:lang"/> </xs:complexType> </xs:element> |