顧客資産作成済 |
<xs:element name="CUSTOMER_ASSET_CREATEInfo">
<xs:complexType>
<xs:sequence>
<xs:element name="AssetId" type="LongValuePair" minOccurs="1"/>
<xs:element name="AssetNumber" type="StringValuePair" minOccurs="1"/>
<xs:element name="ItemId" type="LongValuePair" minOccurs="1"/>
<xs:element name="ItemOrganizationId" type="LongValuePair" minOccurs="1"/>
<xs:element name="SerialNumber" type="StringValuePair" minOccurs="1"/>
<xs:element name="LotNumber" type="StringValuePair" minOccurs="1"/>
<xs:element name="Quantity" type="DecimalValuePair" minOccurs="1"/>
<xs:element name="CustomerId" type="LongValuePair" minOccurs="1"/>
<xs:element name="CustomerSiteId" type="LongValuePair" minOccurs="1"/>
</xs:sequence>
</xs:complexType>
</xs:element>
|
顧客資産関係作成済 |
<xs:element name="CUSTOMER_ASSET_RELATIONSHIP_ADDInfo">
<xs:complexType>
<xs:sequence>
<xs:element name="RelationshipId" type="LongValuePair" minOccurs="1"/>
<xs:element name="SubjectId" type="LongValuePair" minOccurs="1"/>
<xs:element name="SubjectAssetNumber" type="StringValuePair" minOccurs="1"/>
<xs:element name="RelationshipTypeCode" type="StringValuePair" minOccurs="1"/>
<xs:element name="ObjectId" type="LongValuePair" minOccurs="1"/>
<xs:element name="ObjectAssetNumber" type="StringValuePair" minOccurs="1"/>
</xs:sequence>
</xs:complexType>
</xs:element>
|
顧客資産関係が削除されました |
<xs:element name="CUSTOMER_ASSET_RELATIONSHIP_REMOVEInfo">
<xs:complexType>
<xs:sequence>
<xs:element name="RelationshipId" type="LongValuePair" minOccurs="1"/>
<xs:element name="SubjectId" type="LongValuePair" minOccurs="1"/>
<xs:element name="SubjectAssetNumber" type="StringValuePair" minOccurs="1"/>
<xs:element name="RelationshipTypeCode" type="StringValuePair" minOccurs="1"/>
<xs:element name="ObjectId" type="LongValuePair" minOccurs="1"/>
<xs:element name="ObjectAssetNumber" type="StringValuePair" minOccurs="1"/>
</xs:sequence>
</xs:complexType>
</xs:element>
|
更新された顧客資産 |
<xs:element name="CUSTOMER_ASSET_UPDATEInfo">
<xs:complexType>
<xs:sequence>
<xs:element name="AssetId" type="LongValuePair" minOccurs="1"/>
<xs:element name="AssetNumber" type="StringValuePair" minOccurs="1"/>
<xs:element name="ItemId" type="LongValuePair" minOccurs="1"/>
<xs:element name="ItemOrganizationId" type="LongValuePair" minOccurs="1"/>
<xs:element name="SerialNumber" type="StringValuePair" minOccurs="1"/>
<xs:element name="LotNumber" type="StringValuePair" minOccurs="1"/>
<xs:element name="Quantity" type="DecimalValuePair" minOccurs="0"/>
<xs:element name="ActiveEndDate" type="DateTimeValuePair" minOccurs="0"/>
<xs:element name="CustomerId" type="LongValuePair" minOccurs="0"/>
<xs:element name="CustomerSiteId" type="LongValuePair" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
|
メンテナンス資産作成済 |
<xs:element name="MAINTENANCE_ASSET_CREATEInfo">
<xs:complexType>
<xs:sequence>
<xs:element name="AssetId" type="LongValuePair" minOccurs="1"/>
<xs:element name="AssetNumber" type="StringValuePair" minOccurs="1"/>
<xs:element name="ItemId" type="LongValuePair" minOccurs="1"/>
<xs:element name="ItemOrganizationId" type="LongValuePair" minOccurs="1"/>
<xs:element name="SerialNumber" type="StringValuePair" minOccurs="1"/>
<xs:element name="LotNumber" type="StringValuePair" minOccurs="1"/>
<xs:element name="Quantity" type="DecimalValuePair" minOccurs="1"/>
</xs:sequence>
</xs:complexType>
</xs:element>
|
メンテナンス資産更新済 |
<xs:element name="MAINTENANCE_ASSET_UPDATEInfo">
<xs:complexType>
<xs:sequence>
<xs:element name="AssetId" type="LongValuePair" minOccurs="1"/>
<xs:element name="AssetNumber" type="StringValuePair" minOccurs="1"/>
<xs:element name="ItemId" type="LongValuePair" minOccurs="1"/>
<xs:element name="ItemOrganizationId" type="LongValuePair" minOccurs="1"/>
<xs:element name="SerialNumber" type="StringValuePair" minOccurs="1"/>
<xs:element name="LotNumber" type="StringValuePair" minOccurs="1"/>
<xs:element name="Quantity" type="DecimalValuePair" minOccurs="0"/>
<xs:element name="ActiveEndDate" type="DateTimeValuePair" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
|
作業オーダー作成 |
<xs:element name="WorkOrderCreateInfo">
<xs:complexType>
<xs:sequence>
<xs:element name="WorkOrderNumber" type="StringValuePair" minOccurs="1"/>
<xs:element name="WorkOrderId" type="LongValuePair" minOccurs="1"/>
<xs:element name="OrganizationId" type="LongValuePair" minOccurs="1"/>
<xs:element name="BackToBackFlag" type="StringValuePair" minOccurs="1"/>
<xs:element name="ContractMfgFlag" type="StringValuePair" minOccurs="1"/>
<xs:element name="SourceSystemType" type="StringValuePair" minOccurs="1"/>
<xs:element name="SourceSystemId" type="DecimalValuePair" minOccurs="1"/>
<xs:element name="SourceHeaderRef" type="StringValuePair" minOccurs="1"/>
<xs:element name="SourceLineRef" type="StringValuePair" minOccurs="1"/>
<xs:element name="ScoSupplyOrderId" type="LongValuePair" minOccurs="1"/>
<xs:element name="InterfaceSourceCode" type="StringValuePair" minOccurs="1"/>
<xs:element name="OrchestrationCode" type="StringValuePair" minOccurs="1"/>
<xs:element name="Status" type="StringValuePair" minOccurs="1"/>
<xs:element name="ManufacturingParametersDefinitionsP.OrganizationCode" type="StringValuePair" minOccurs="1"/>
<xs:element name="StatusCode" type="StringValuePair" minOccurs="1"/>
<xs:element name="BatchCode" type="StringValuePair" minOccurs="1"/>
<xs:element name="BatchId" type="LongValuePair" minOccurs="1"/>
<xs:element name="HeaderNumber" type="StringValuePair" minOccurs="1"/>
<xs:element name="MessageName" type="StringValuePair" minOccurs="1"/>
<xs:element name="WorkMethodId" type="LongValuePair" minOccurs="0"/>
<xs:element name="MntForecastId" type="LongValuePair" minOccurs="0"/>
<xs:element name="SystemStatusCode" type="StringValuePair" minOccurs="0"/>
<xs:element name="WorkOrderStatusId" type="LongValuePair" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
|
作業オーダー更新 |
<xs:element name="WorkOrderUpdateInfo">
<xs:complexType>
<xs:sequence>
<xs:element name="WorkOrderNumber" type="StringValuePair" minOccurs="1"/>
<xs:element name="WorkOrderId" type="LongValuePair" minOccurs="1"/>
<xs:element name="OrganizationId" type="LongValuePair" minOccurs="1"/>
<xs:element name="BackToBackFlag" type="StringValuePair" minOccurs="1"/>
<xs:element name="ContractMfgFlag" type="StringValuePair" minOccurs="1"/>
<xs:element name="SourceSystemType" type="StringValuePair" minOccurs="1"/>
<xs:element name="SourceSystemId" type="DecimalValuePair" minOccurs="1"/>
<xs:element name="SourceHeaderRef" type="StringValuePair" minOccurs="1"/>
<xs:element name="SourceLineRef" type="StringValuePair" minOccurs="1"/>
<xs:element name="ScoSupplyOrderId" type="LongValuePair" minOccurs="1"/>
<xs:element name="InterfaceSourceCode" type="StringValuePair" minOccurs="1"/>
<xs:element name="OrchestrationCode" type="StringValuePair" minOccurs="1"/>
<xs:element name="WorkOrderStatusId" type="LongValuePair" minOccurs="1"/>
<xs:element name="WorkDefinitionAsOfDate" type="DateTimeValuePair" minOccurs="1"/>
<xs:element name="Status" type="StringValuePair" minOccurs="1"/>
<xs:element name="ManufacturingParametersDefinitionsP.OrganizationCode" type="StringValuePair" minOccurs="1"/>
<xs:element name="StatusCode" type="StringValuePair" minOccurs="1"/>
<xs:element name="BatchCode" type="StringValuePair" minOccurs="1"/>
<xs:element name="BatchId" type="LongValuePair" minOccurs="1"/>
<xs:element name="HeaderNumber" type="StringValuePair" minOccurs="1"/>
<xs:element name="MessageName" type="StringValuePair" minOccurs="1"/>
<xs:element name="WorkMethodId" type="LongValuePair" minOccurs="0"/>
<xs:element name="MntForecastId" type="LongValuePair" minOccurs="0"/>
<xs:element name="SystemStatusCode" type="StringValuePair" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
|