QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
description | optional | ||||||
name | optional | ||||||
url | optional | ||||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
Element | ice-response |
<xs:element name="ice-catalog"> <xs:complexType> <xs:sequence> <xs:element ref="ice-contact"/> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element ref="ice-offer-group"/> <xs:element ref="ice-offer"/> </xs:choice> </xs:sequence> <xs:attribute name="description"/> <xs:attribute ref="xml:lang"/> <xs:attribute name="name"/> <xs:attribute name="url"/> </xs:complexType> </xs:element> |