complexType "URLType"
Namespace:
Content:
simple, 2 attributes
Defined:
globally in archive.xsd; see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
   
 = 
(xs:string | ("public" | "restricted" | "private"))
 = 
xs:boolean
   
>
   
Content: 
{ xs:anyURI }
</...>
All Direct / Indirect Based Elements (1):
URL
Known Usage Locations
Annotation
A web site URL
Type Definition Detail
Type Derivation Tree
xs:anyURI (extension)
  URLType
Derivation:
extension of xs:anyURI
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="URLType">
<xs:simpleContent>
<xs:extension base="xs:anyURI">
<xs:attributeGroup ref="PRIVACY"/>
<xs:attribute name="isPreferred" type="xs:boolean" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/2)
isPreferred
Type:
xs:boolean, predefined
Use:
optional
Set to "true" if this is the preferred URL.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="isPreferred" type="xs:boolean" use="optional"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set