Definition Type: AttributeGroup
Name: timeValidityAttributes
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NewsML-G2_2.22-spec-All-Power.xsd
Documentation:
A group of attributes expressing the time period of validity of a relationship
Collapse XSD Schema Diagram:
Drilldown into validto in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into validfrom in schema newsml-g2_2_22-spec-all-power_xsdXSD Diagram of timeValidityAttributes in schema newsml-g2_2_22-spec-all-power_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attributeGroup name="timeValidityAttributes">
    <xs:annotation>
        <xs:documentation>A group of attributes expressing the time period of validity of a relationship</xs:documentation>
    </xs:annotation>
    <xs:attribute name="validfrom" type="DateOptTimeType" use="optional">
        <xs:annotation>
            <xs:documentation>The date (and, optionally, the time) before which a relationship is not valid.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="validto" type="DateOptTimeType" use="optional">
        <xs:annotation>
            <xs:documentation>The date (and, optionally, the time) after which a relationship is not valid.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
validfrom nsA:validfrom Optional
validto nsA:validto Optional