Back to SwissRETS

noNamespace
element website

Super Types
{} (restriction)

Documentation
Sellers URL, typically the company website.
Properties
This component is not nillable.

Model
<website
  label = xs:string
  title = xs:string>
anyURI
</website>


Attribute Summary
 xs:stringlabel
          
 xs:stringtitle
          

Attribute Detail

label

Type:
xs:string
Use:
optional
Form:
unqualified

title

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:element maxOccurs="1" minOccurs="0" name="website">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:anyURI">
<xs:attribute name="title" type="xs:string"/>
<xs:attribute name="label" type="xs:string"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

Back to SwissRETS

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.