Skip to content

Commit ed35be0

Browse files
author
yzou
committed
update xsd
1 parent 7f5f19d commit ed35be0

File tree

2 files changed

+93
-93
lines changed

2 files changed

+93
-93
lines changed

ipp-v3-java-data/src/main/xsd/Finance.xjb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
xmlns:jxb="http://java.sun.com/xml/ns/jaxb"
77
xmlns:xs="http://www.w3.org/2001/XMLSchema">
88

9-
<jxb:bindings schemaLocation="Finance.xsd" node="/xs:schema">
9+
<jxb:bindings schemaLocation="Finance.xsd" node="/xs:schema">
1010
<jxb:globalBindings typesafeEnumMaxMembers="512">
11-
<jxb:serializable uid="1" />
12-
<xjc:javaType name="java.util.Date"
11+
<jxb:serializable uid="1" />
12+
<xjc:javaType name="java.util.Date"
1313
xmlType="xs:dateTime"
1414
adapter="com.intuit.sb.cdm.util.v3.DateTimeAdapter"/>
15-
<xjc:javaType name="java.util.Date"
15+
<xjc:javaType name="java.util.Date"
1616
xmlType="xs:date"
1717
adapter="com.intuit.sb.cdm.util.v3.DateAdapter"/>
1818
<xjc:javaType name="java.util.Date"
1919
xmlType="xs:time"
2020
adapter="com.intuit.sb.cdm.util.v3.TimestampAdapter"/>
21-
</jxb:globalBindings >
22-
</jxb:bindings>
21+
</jxb:globalBindings >
22+
</jxb:bindings>
2323
</jxb:bindings>

ipp-v3-java-data/src/main/xsd/IntuitRestServiceDef.xsd

Lines changed: 87 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@
7373
<xs:element name="Budget" type="Budget" substitutionGroup="IntuitObject"/>
7474
<xs:element name="OLBStatus" type="OLBStatus"/>
7575
<xs:element name="TaxAgency" type="TaxAgency" substitutionGroup="IntuitObject"/>
76-
<xs:element name="TDSMetadata" type="TDSMetadata" substitutionGroup="IntuitObject"/>
77-
<xs:element name="CompanyCurrency" type="CompanyCurrency" substitutionGroup="IntuitObject"/>
78-
<xs:element name="ExchangeRate" type="ExchangeRate" substitutionGroup="IntuitObject"/>
79-
<xs:element name="JournalCode" type="JournalCode" substitutionGroup="IntuitObject"/>
80-
<xs:element name="QbdtEntityIdMapping" type="QbdtEntityIdMapping" substitutionGroup="IntuitObject"/>
76+
<xs:element name="TDSMetadata" type="TDSMetadata" substitutionGroup="IntuitObject"/>
77+
<xs:element name="CompanyCurrency" type="CompanyCurrency" substitutionGroup="IntuitObject"/>
78+
<xs:element name="ExchangeRate" type="ExchangeRate" substitutionGroup="IntuitObject"/>
79+
<xs:element name="JournalCode" type="JournalCode" substitutionGroup="IntuitObject"/>
80+
<xs:element name="QbdtEntityIdMapping" type="QbdtEntityIdMapping" substitutionGroup="IntuitObject"/>
8181
<xs:element name="MasterAccount" type="MasterAccount" substitutionGroup="IntuitObject"/>
8282
<xs:element name="Tag" type="Tag" substitutionGroup="IntuitObject"/>
83-
83+
8484
<xs:simpleType name="FaultTypeEnum">
8585
<xs:annotation>
8686
<xs:documentation>FaultTypeEnumeration list</xs:documentation>
@@ -458,7 +458,7 @@
458458
<xs:enumeration value="revert"/>
459459
<xs:enumeration value="delete"/>
460460
<xs:enumeration value="void"/>
461-
<xs:enumeration value="send"/>
461+
<xs:enumeration value="send"/>
462462
<xs:enumeration value="merge"/>
463463
</xs:restriction>
464464
</xs:simpleType>
@@ -477,63 +477,63 @@
477477
<xs:complexType name="Status">
478478
<xs:annotation>
479479
<xs:documentation>
480-
Product: QBW
481-
Description: generic meta data response for any add mod
482-
</xs:documentation>
480+
Product: QBW
481+
Description: generic meta data response for any add mod
482+
</xs:documentation>
483483
</xs:annotation>
484484
<xs:complexContent>
485485
<xs:extension base="IntuitEntity">
486486
<xs:sequence>
487487
<xs:element name="RequestId" type="xs:string" minOccurs="0">
488488
<xs:annotation>
489489
<xs:documentation>
490-
Product: QBW
491-
Description: Request Id to create/update object
492-
Filterable: QBW
493-
</xs:documentation>
490+
Product: QBW
491+
Description: Request Id to create/update object
492+
Filterable: QBW
493+
</xs:documentation>
494494
</xs:annotation>
495495
</xs:element>
496496
<xs:element name="BatchId" type="xs:string" minOccurs="0">
497497
<xs:annotation>
498498
<xs:documentation>
499-
Product: QBW
500-
Description: Batch Id to create/update object
501-
Filterable: QBW
502-
</xs:documentation>
499+
Product: QBW
500+
Description: Batch Id to create/update object
501+
Filterable: QBW
502+
</xs:documentation>
503503
</xs:annotation>
504504
</xs:element>
505505
<xs:element name="ObjectType" type="xs:string"/>
506506
<xs:element name="StateCode" type="xs:string" minOccurs="0">
507507
<xs:annotation>
508508
<xs:documentation>
509-
Product: QBW
510-
Description: Code for Current State of object
511-
Filterable: QBW
512-
</xs:documentation>
509+
Product: QBW
510+
Description: Code for Current State of object
511+
Filterable: QBW
512+
</xs:documentation>
513513
</xs:annotation>
514514
</xs:element>
515515
<xs:element name="StateDesc" type="xs:string" minOccurs="0">
516516
<xs:annotation>
517517
<xs:documentation>
518-
Product: QBW
519-
Description: Description for Current State of object
520-
</xs:documentation>
518+
Product: QBW
519+
Description: Description for Current State of object
520+
</xs:documentation>
521521
</xs:annotation>
522522
</xs:element>
523523
<xs:element name="MessageCode" type="xs:string" minOccurs="0">
524524
<xs:annotation>
525525
<xs:documentation>
526-
Product: QBW
527-
Description: Status Message Code
528-
</xs:documentation>
526+
Product: QBW
527+
Description: Status Message Code
528+
</xs:documentation>
529529
</xs:annotation>
530530
</xs:element>
531531
<xs:element name="MessageDesc" type="xs:string" minOccurs="0">
532532
<xs:annotation>
533533
<xs:documentation>
534-
Product: QBW
535-
Description: Status Message if error occurred else null
536-
</xs:documentation>
534+
Product: QBW
535+
Description: Status Message if error occurred else null
536+
</xs:documentation>
537537
</xs:annotation>
538538
</xs:element>
539539
</xs:sequence>
@@ -543,10 +543,10 @@
543543
<xs:complexType name="SyncActivity">
544544
<xs:annotation>
545545
<xs:documentation>
546-
Product: QBW
547-
Description: Provides upload/writeback activity for a given period of time. Query activity using
548-
StartSyncTMS OR EndSyncTMS
549-
</xs:documentation>
546+
Product: QBW
547+
Description: Provides upload/writeback activity for a given period of time. Query activity using
548+
StartSyncTMS OR EndSyncTMS
549+
</xs:documentation>
550550
</xs:annotation>
551551
<xs:complexContent>
552552
<xs:extension base="IntuitEntity">
@@ -555,60 +555,60 @@
555555
maxOccurs="1">
556556
<xs:annotation>
557557
<xs:documentation>
558-
Product:QBW
559-
Description: indicates when the data sync upload or write back started
560-
</xs:documentation>
558+
Product:QBW
559+
Description: indicates when the data sync upload or write back started
560+
</xs:documentation>
561561
</xs:annotation>
562562
</xs:element>
563563
<xs:element name="LatestWriteBackDateTime" type="xs:dateTime" minOccurs="0"
564564
maxOccurs="1">
565565
<xs:annotation>
566566
<xs:documentation>
567-
Product: QBW
568-
Description: indicates when the data sync upload or write back completed
569-
</xs:documentation>
567+
Product: QBW
568+
Description: indicates when the data sync upload or write back completed
569+
</xs:documentation>
570570
</xs:annotation>
571571
</xs:element>
572572
<xs:element name="SyncType" type="SyncType" minOccurs="0">
573573
<xs:annotation>
574574
<xs:documentation>
575-
Product: QBW
576-
Description: can be either Upload or Write back sync type
577-
</xs:documentation>
575+
Product: QBW
576+
Description: can be either Upload or Write back sync type
577+
</xs:documentation>
578578
</xs:annotation>
579579
</xs:element>
580580
<xs:element name="StartSyncTMS" type="xs:dateTime" minOccurs="0">
581581
<xs:annotation>
582582
<xs:documentation>
583-
Product: QBW
584-
Description: indicates when the data sync upload or write back started
585-
Filterable: QBW
586-
</xs:documentation>
583+
Product: QBW
584+
Description: indicates when the data sync upload or write back started
585+
Filterable: QBW
586+
</xs:documentation>
587587
</xs:annotation>
588588
</xs:element>
589589
<xs:element name="EndSyncTMS" type="xs:dateTime" minOccurs="0">
590590
<xs:annotation>
591591
<xs:documentation>
592-
Product: QBW
593-
Description: indicates when the data sync upload or write back completed
594-
Filterable: QBW
595-
</xs:documentation>
592+
Product: QBW
593+
Description: indicates when the data sync upload or write back completed
594+
Filterable: QBW
595+
</xs:documentation>
596596
</xs:annotation>
597597
</xs:element>
598598
<xs:element name="EntityName" type="xs:string" minOccurs="0">
599599
<xs:annotation>
600600
<xs:documentation>
601-
Product: QBW
602-
Description: name of the entity that is part of the data sync
603-
</xs:documentation>
601+
Product: QBW
602+
Description: name of the entity that is part of the data sync
603+
</xs:documentation>
604604
</xs:annotation>
605605
</xs:element>
606606
<xs:element name="EntityRowCount" type="xs:int" minOccurs="0">
607607
<xs:annotation>
608608
<xs:documentation>
609-
Product: QBW
610-
Description: number of rows of this entity that have been uploaded or written back to QB
611-
</xs:documentation>
609+
Product: QBW
610+
Description: number of rows of this entity that have been uploaded or written back to QB
611+
</xs:documentation>
612612
</xs:annotation>
613613
</xs:element>
614614
</xs:sequence>
@@ -648,28 +648,28 @@
648648
</xs:element>
649649
</xs:sequence>
650650
<xs:attribute name="latestUploadTime" type="xs:dateTime" use="optional">
651-
<xs:annotation>
652-
<xs:documentation>
653-
Product: QBW
654-
Description: Specifies the latest time when Upload happened.
655-
</xs:documentation>
656-
</xs:annotation>
657-
</xs:attribute>
651+
<xs:annotation>
652+
<xs:documentation>
653+
Product: QBW
654+
Description: Specifies the latest time when Upload happened.
655+
</xs:documentation>
656+
</xs:annotation>
657+
</xs:attribute>
658658
<xs:attribute name="startPosition" type="xs:int" use="optional">
659-
<xs:annotation>
660-
<xs:documentation>Specifies the starting row number in this result</xs:documentation>
661-
</xs:annotation>
662-
</xs:attribute>
663-
<xs:attribute name="maxResults" type="xs:int" use="optional">
664-
<xs:annotation>
665-
<xs:documentation>Specifies the number of records in this result </xs:documentation>
666-
</xs:annotation>
667-
</xs:attribute>
668-
<xs:attribute name="totalCount" type="xs:int" use="optional">
669-
<xs:annotation>
670-
<xs:documentation>Specifies the total count of records that satisfy the filter condition </xs:documentation>
671-
</xs:annotation>
672-
</xs:attribute>
659+
<xs:annotation>
660+
<xs:documentation>Specifies the starting row number in this result</xs:documentation>
661+
</xs:annotation>
662+
</xs:attribute>
663+
<xs:attribute name="maxResults" type="xs:int" use="optional">
664+
<xs:annotation>
665+
<xs:documentation>Specifies the number of records in this result </xs:documentation>
666+
</xs:annotation>
667+
</xs:attribute>
668+
<xs:attribute name="totalCount" type="xs:int" use="optional">
669+
<xs:annotation>
670+
<xs:documentation>Specifies the total count of records that satisfy the filter condition </xs:documentation>
671+
</xs:annotation>
672+
</xs:attribute>
673673
</xs:complexType>
674674
<xs:complexType name="SyncError">
675675
<xs:annotation>
@@ -724,8 +724,8 @@
724724
<xs:complexType name="SyncObject">
725725
<xs:annotation>
726726
<xs:documentation>
727-
Product: QBW
728-
Description: SyncObject that has an error
727+
Product: QBW
728+
Description: SyncObject that has an error
729729
</xs:documentation>
730730
</xs:annotation>
731731
<xs:sequence>
@@ -757,9 +757,9 @@
757757
</xs:restriction>
758758
</xs:simpleType>
759759
<!-- =========================================================================================================
760-
Please don't expose this object externally, this object should ONLY be used
761-
for publishing JMS events
762-
========================================================================================================= -->
760+
Please don't expose this object externally, this object should ONLY be used
761+
for publishing JMS events
762+
========================================================================================================= -->
763763
<xs:complexType name="Cascade">
764764
<xs:annotation>
765765
<xs:documentation> Product: QBO Description: Object representing cascading events on entities resulting from a transaction event. Used by messaging. Not intended for external clients. </xs:documentation>
@@ -783,9 +783,9 @@
783783
</xs:sequence>
784784
</xs:complexType>
785785
<!-- =========================================================================================================
786-
Please don't expose this object externally, this object should ONLY be used
787-
for publishing JMS events
788-
========================================================================================================= -->
786+
Please don't expose this object externally, this object should ONLY be used
787+
for publishing JMS events
788+
========================================================================================================= -->
789789
<xs:complexType name="CascadeResponse">
790790
<xs:annotation>
791791
<xs:documentation> Product: QBO Description: Holder for a collection of Cascade objects. Used by messaging. Not intended for external clients. </xs:documentation>

0 commit comments

Comments
 (0)