md:ContactType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
contactType md:ContactTypeType required
Wildcard: ANY attribute from ANY namespace OTHER than 'urn:oasis:names:tc:SAML:2.0:metadata'

Used By

Source

<complexType name="ContactType">
  <sequence>
    <element ref="md:Extensions" minOccurs="0"/>
    <element ref="md:Company" minOccurs="0"/>
    <element ref="md:GivenName" minOccurs="0"/>
    <element ref="md:SurName" minOccurs="0"/>
    <element ref="md:EmailAddress" minOccurs="0" maxOccurs="unbounded"/>
    <element ref="md:TelephoneNumber" minOccurs="0" maxOccurs="unbounded"/>
  </sequence>
  <attribute name="contactType" type="md:ContactTypeType" use="required"/>
  <anyAttribute namespace="##other" processContents="lax"/>
</complexType>