QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
description | required | ||||||
name | required | ||||||
url | optional | ||||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
Elements | ice-catalog, ice-status |
<xs:element name="ice-contact"> <xs:complexType mixed="true"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element ref="ice-text"/> </xs:choice> <xs:attribute name="description" use="required"/> <xs:attribute ref="xml:lang"/> <xs:attribute name="name" use="required"/> <xs:attribute name="url"/> </xs:complexType> </xs:element> |