Definition Type: Element
Name: POIDetails
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NewsML-G2_2.22-spec-All-Power.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_22-spec-all-power_xsd Drilldown into created in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into details in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into access in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into contactInfo in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into capacity in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into openHours in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into address in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into position in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into pubconstrainturi in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into pubconstraint in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into whyuri in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into why in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into howuri in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into how in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into custom in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into modified in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into creatoruri in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into creator in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into id in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into commonPowerAttributes in schema newsml-g2_2_22-spec-all-power_xsdXSD Diagram of POIDetails in schema newsml-g2_2_22-spec-all-power_xsd (SportsML)
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" 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 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:attributeGroup ref="commonPowerAttributes" />
        <xs:anyAttribute namespace="##other" processContents="lax" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
position nsA:position 0 (1)
address nsA:address 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)
created nsA:created 0 (1)
ceasedToExist nsA:ceasedToExist 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id Optional
creator nsA:creator Optional
creatoruri nsA:creatoruri Optional
modified nsA:modified Optional
custom nsA:custom Optional
how nsA:how Optional
howuri nsA:howuri Optional
why nsA:why Optional
whyuri nsA:whyuri Optional
pubconstraint nsA:pubconstraint Optional
pubconstrainturi nsA:pubconstrainturi Optional
<anyAttribute> Allowed namespace: '##other'