Definition Type: ComplexType
Name: recurringApptType
Namespace: http://idealliance.org/maildat/Specs/md091/mailxml60a/mailxml
Containing Schema: mailxml_120308.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into WeekFrequency in schema mailxml_120308_xsd Drilldown into DayFrequency in schema mailxml_120308_xsd Drilldown into ApptTime in schema mailxml_120308_xsd Drilldown into EffectiveEndDate in schema mailxml_120308_xsd Drilldown into EffectiveStartDate in schema mailxml_120308_xsdXSD Diagram of recurringApptType in schema mailxml_120308_xsd (Mail.XML - Mailing supply chain)
Collapse XSD Schema Code:
<xs:complexType name="recurringApptType">
    <xs:sequence>
        <xs:element name="EffectiveStartDate" type="xs:date" />
        <xs:element name="EffectiveEndDate" type="xs:date" />
        <xs:element name="ApptTime" type="xs:time" />
        <xs:element name="DayFrequency" type="mailxml_base:dayFrequencyType" maxOccurs="unbounded" />
        <xs:element name="WeekFrequency" type="mailxml_base:weekFrequencyType" maxOccurs="unbounded" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EffectiveStartDate mailxml:EffectiveStartDate (1) (1)
EffectiveEndDate mailxml:EffectiveEndDate (1) (1)
ApptTime mailxml:ApptTime (1) (1)
DayFrequency mailxml:DayFrequency (1) unbounded
WeekFrequency mailxml:WeekFrequency (1) unbounded
Collapse Derivation Tree:
Collapse References:
mailxml:RecurringAppt, mailxml:RecurringAppt, mailxml:RecurringAppt, mailxml:RecurringAppt, mailxml:RecurringAppt, mailxml:RecurringAppt, mailxml:RecurringAppt, mailxml:RecurringAppt, mailxml:RecurringApptmailxml:RecurringData,