Definition Type: Element
Name: POIDetails
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NAR_1.3-spec-Framework-Power.xsd
Abstract
Documentation:
A group of properties specific to a point of interest
Collapse XSD Schema Diagram:
Drilldown into details in schema nar_1_3-spec-framework-power_xsd Drilldown into access in schema nar_1_3-spec-framework-power_xsd Drilldown into contactInfo in schema nar_1_3-spec-framework-power_xsd Drilldown into capacity in schema nar_1_3-spec-framework-power_xsd Drilldown into openHours in schema nar_1_3-spec-framework-power_xsd Drilldown into position in schema nar_1_3-spec-framework-power_xsdXSD Diagram of POIDetails in schema nar_1_3-spec-framework-power_xsd (EventsML - News Exchange Format)
Collapse XSD Schema Code:
<xs:element name="POIDetails">
    <xs:annotation>
        <xs:documentation>A group of properties specific to a point of interest</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="position" type="GeoCoordinatesType" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>The coordinates of the location</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="openHours" minOccurs="0" type="Label1Type">
                <xs:annotation>
                    <xs:documentation>Opening hours of the point of interest expressed in natural language</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="capacity" minOccurs="0" type="Label1Type">
                <xs:annotation>
                    <xs:documentation>Total capacity of the point of interest expressed in natural language</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:choice minOccurs="0" maxOccurs="unbounded">
                <xs:element name="contactInfo" type="ContactInfoType">
                    <xs:annotation>
                        <xs:documentation>Information how to contact the point of interest.</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element name="access" type="BlockType">
                    <xs:annotation>
                        <xs:documentation>Ways to access the place of the point of  interest, including directions.</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element name="details" type="BlockType">
                    <xs:annotation>
                        <xs:documentation>Detailed information about the location of the point of interest.</xs:documentation>
                    </xs:annotation>
                </xs:element>
            </xs:choice>
            <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:anyAttribute namespace="##other" processContents="lax" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
position nsA:position 0 (1)
openHours nsA:openHours 0 (1)
capacity nsA:capacity 0 (1)
contactInfo nsA:contactInfo (1) (1)
access nsA:access (1) (1)
details nsA:details (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Comments:
blog comments powered by Disqus