Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The UrlEntityType complex type specifies a URL entity. This type extends the EntityType complex type, as specified in section 2.2.4.22.<102>
-
<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.