xcal:location

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
xcal:altrep xsd:anyURI optional
xml:lang xs:language optional
In due course, we should install the relevant ISO 2- and 3-letter
codes as the enumerated possible values . . .

Source

<xsd:element name="location">
  <xsd:complexType mixed="true">
    <xsd:attribute ref="xml:lang"/>
    <xsd:attribute name="altrep" type="xsd:anyURI"/>
  </xsd:complexType>
</xsd:element>

Sample