Expand Minimize
This topic has not yet been rated - Rate this topic

2.2.4.46 t:UrlEntityType Complex Type

The UrlEntityType complex type specifies a URL entity. This type extends the EntityType complex type, as specified in section 2.2.4.38.<79>

<xs:complexType name="UrlEntityType">
  <xs:complexContent>
    <xs:extension base="t:EntityType">
      <xs:sequence>
        <xs:element name="Url" type="xs:string" minOccurs="0"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

URL: An element of type string, as defined in [XMLSCHEMA2] section 3.2.1, that specifies a URL.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.