<xs:complexType name="URL_Type">
<xs:annotation>
<xs:documentation xml:lang="en">Web site address, in IETF specified format.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="xs:anyURI">
<xs:attributeGroup ref="PrivacyGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Allows for control of the sharing of URL data between parties.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="Type" type="StringLength1to16" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Defines the purpose of the URL address, such as personal, business, public, etc.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="DefaultIndGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates whether or not this is the default URL.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|