complexType "linkType"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
globally in hscommon.xsd; see XML source
Includes:
definitions of 1 attribute, 3 elements
Used:
never
XML Representation Summary
<...
   
 = 
xsd:string
   
>
   
Content: 
</...>
Content Model Elements (3):
location (type locationType), ownerId (type xsd:string), serviceClass (type xsd:string)
Annotation
The link element points to a .NET service. The type is defined by the type attribute (<b>linkType</b>, and the value is the contents of this element.
XML Source (see within schema source)
<xsd:complexType name="linkType">
<xsd:annotation>
<xsd:documentation>
The link element points to a .NET service. The type is
defined by the type attribute (
<b>linkType</b>
, and the value is the contents
of this element.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="serviceClass" type="xsd:string"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="ownerId" type="xsd:string"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="location" type="locationType"/>
</xsd:sequence>
<xsd:attribute name="type" type="xsd:string"/>
</xsd:complexType>
Attribute Detail (all declarations; 1/1)
type
Type:
xsd:string, predefined
Use:
optional
Defined:
locally within (this) linkType complexType
XML Source (see within schema source)
<xsd:attribute name="type" type="xsd:string"/>
Content Element Detail (all declarations; 3/3)
location
Type:
locationType, simple content
Defined:
locally within (this) linkType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="location" type="locationType"/>

ownerId
Type:
xsd:string, predefined, simple content
Defined:
locally within (this) linkType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="ownerId" type="xsd:string"/>

serviceClass
Type:
xsd:string, predefined, simple content
Defined:
locally within (this) linkType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="serviceClass" type="xsd:string"/>