Definition Type: Element
Name: ProximoNumberMonth
Namespace: http://www.openapplications.org/oagis
Type: positiveInteger:http://www.w3.org/2001/XMLSchema
Containing Schema: Components.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
The number of months occurring from the next month after the present. It must have values between "1" and "12". It is used injunction with DayOfMonth.
Collapse XSD Schema Diagram:
XSD Diagram of ProximoNumberMonth in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:element name="ProximoNumberMonth" minOccurs="0">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">The number of months occurring from the next month after the present.  It must have values between "1" and "12".  It is used injunction with DayOfMonth.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:positiveInteger">
            <xs:minInclusive value="1" />
            <xs:maxInclusive value="12" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>
Collapse Facets:
Facet Value
MaxInclusive 12
MinInclusive 1