QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
dir | TextDirectionsCV | optional | |||||
priority | PriorityType | optional | |||||
source | BooleanType | optional | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
Element | Contact |
<xs:complexType name="ContactType"> <xs:sequence> <xs:element name="Role" type="ContactRoleRootType" minOccurs="0"/> <xs:element ref="Name" minOccurs="0"/> <xs:element ref="Title" minOccurs="0"/> <xs:group ref="HumanCommunicationChannelsGroup" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="Properties" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute ref="priority" use="optional"/> <xs:attributeGroup ref="i18nAttributes"/> </xs:complexType> |