Definition Type: Element
Name: POIDetails
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NewsML-G2_2.23-spec-All-Core.xsd
Abstract
Documentation:
A group of properties specific to a point of interest
Collapse XSD Schema Diagram:
Drilldown into ceasedToExist in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into created in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into details in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into access in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into contactInfo in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into capacity in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into openHours in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into address in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into position in schema newsml-g2_2_23-spec-all-core_xsdXSD Diagram of POIDetails in schema newsml-g2_2_23-spec-all-core_xsd (News Markup Language (NewsML) - Core)
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="address" type="AddressType" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>A postal address for the location of a Point Of Interest</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="openHours" type="LabelType" minOccurs="0">
                <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" type="LabelType" minOccurs="0">
                <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 precise location of the Point of Interest.</xs:documentation>
                    </xs:annotation>
                </xs:element>
            </xs:choice>
            <xs:element name="created" type="TruncatedDateTimePropType" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>The date (and optionally the time) on which this Point of Interest was created</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="ceasedToExist" type="TruncatedDateTimePropType" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>The date (and optionally the time) on which this Point of Interest ceased to exist</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">
                <xs:annotation>
                    <xs:documentation>Extension point for provider-defined properties from other namespaces</xs:documentation>
                </xs:annotation>
            </xs:any>
        </xs:sequence>
        <xs:anyAttribute namespace="##other" processContents="lax" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
position nsB:position 0 (1)
address nsB:address 0 (1)
openHours nsB:openHours 0 (1)
capacity nsB:capacity 0 (1)
contactInfo nsB:contactInfo (1) (1)
access nsB:access (1) (1)
details nsB:details (1) (1)
created nsB:created 0 (1)
ceasedToExist nsB:ceasedToExist 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'