Back to SwissRETS

noNamespace
element publisher

Super Types
{} (restriction)

Documentation
Affected publisher by the custom fields
Properties
This component is not nillable.

Model
<publisher
  id = xs:string>
options
</publisher>


Nested Element Summary
 options
          List of publisher specific custom fields 

Attribute Summary
 xs:stringid
          

Attribute Detail

id

Type:
xs:string
Use:
required
Form:
unqualified

Source
<xs:element maxOccurs="unbounded" minOccurs="1" name="publisher">
<xs:complexType>
<xs:all>
<xs:element maxOccurs="1" minOccurs="0" name="options">
<xs:complexType mixed="true">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="1" name="option">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="key" type="xs:string" use="required"/>
<xs:attribute name="lang" type="languageCode" use="optional"/>
<xs:attribute name="start" type="xs:dateTime" use="optional"/>
<xs:attribute name="expiration" type="xs:dateTime" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:all>
<xs:attribute name="id" type="xs:string" use="required"/>
</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.