Importing converted dtd into XI

I am unable to import the following converted dtd into XI. Can someone assist?
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!W3C Schema generated by XMLSpy v2006 rel. 3 sp1 (http://www.altova.com)>
<!Please add namespace attributes, a targetNamespace attribute and import elements according to your requirements>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
     <xs:import namespace="http://www.w3.org/XML/1998/namespace"/>
     <xs:element name="LoadTenderMotor">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Header"/>
                    <xs:element ref="LoadTenderMotorBody"/>
               </xs:sequence>
               <xs:attribute name="Version" use="required">
                    <xs:simpleType>
                         <xs:restriction base="xs:NMTOKEN">
                              <xs:enumeration value="2.0.2"/>
                         </xs:restriction>
                    </xs:simpleType>
               </xs:attribute>
          </xs:complexType>
     </xs:element>
     <xs:element name="Header">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="ThisDocumentIdentifier"/>
                    <xs:element ref="ThisDocumentDateTime"/>
                    <xs:element ref="RequestingDocumentIdentifier" minOccurs="0"/>
                    <xs:element ref="RequestingDocumentDateTime" minOccurs="0"/>
                    <xs:element ref="From"/>
                    <xs:element ref="To"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="LoadTenderMotorBody">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="LoadTenderMotorProperties"/>
                    <xs:element ref="LoadTenderMotorPartners"/>
                    <xs:element ref="LoadTenderMotorDetails"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="ThisDocumentIdentifier">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="DocumentIdentifier"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="ThisDocumentDateTime">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="DateTime"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="RequestingDocumentIdentifier">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="DocumentIdentifier"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="RequestingDocumentDateTime">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="DateTime"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="From">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="PartnerInformation"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="To">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="PartnerInformation"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="LoadTenderMotorProperties">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="LoadTenderNumber"/>
                    <xs:element ref="LoadTenderDateTime"/>
                    <xs:element ref="ShipmentMethodofPaymentCode"/>
                    <xs:element ref="TransportMethodCode"/>
                    <xs:element ref="LoadTenderStatus"/>
                    <xs:element ref="LanguageCode" minOccurs="0"/>
                    <xs:element ref="CurrencyCode" minOccurs="0"/>
                    <xs:element ref="MarketPlaceInformation" minOccurs="0"/>
                    <xs:element ref="ReferenceInformation" minOccurs="0" maxOccurs="unbounded"/>
                    <xs:element ref="SpecialInstructions" minOccurs="0" maxOccurs="unbounded"/>
                    <xs:element ref="ShipmentTerms"/>
                    <xs:element ref="RespondByDateTime" minOccurs="0"/>
                    <xs:element ref="CustomsInformation" minOccurs="0" maxOccurs="unbounded"/>
                    <xs:element ref="RequestedDocument" minOccurs="0"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="LoadTenderMotorPartners">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Shipper" minOccurs="0"/>
                    <xs:element ref="Consignee" minOccurs="0"/>
                    <xs:element ref="ShipFrom"/>
                    <xs:element ref="Carrier" minOccurs="0"/>
                    <xs:element ref="ShipTo"/>
                    <xs:element ref="OtherPartner" minOccurs="0" maxOccurs="unbounded"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="LoadTenderMotorDetails">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="EquipmentDetails" maxOccurs="unbounded"/>
                    <xs:element ref="LoadTenderMotorLineItem" maxOccurs="unbounded"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="DocumentIdentifier">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="DateTime">
          <xs:complexType mixed="true">
               <xs:attribute name="DateTimeQualifier" use="required">
                    <xs:simpleType>
                         <xs:restriction base="xs:NMTOKEN">
                              <xs:enumeration value="On"/>
                              <xs:enumeration value="After"/>
                              <xs:enumeration value="Before"/>
                              <xs:enumeration value="OnOrAfter"/>
                              <xs:enumeration value="OnOrBefore"/>
                         </xs:restriction>
                    </xs:simpleType>
               </xs:attribute>
          </xs:complexType>
     </xs:element>
     <xs:element name="PartnerInformation">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="PartnerName" maxOccurs="unbounded"/>
                    <xs:element ref="PartnerIdentifier"/>
                    <xs:element ref="ContactInformation" minOccurs="0" maxOccurs="unbounded"/>
                    <xs:element ref="AddressInformation" minOccurs="0"/>
                    <xs:element ref="TaxInformation" minOccurs="0" maxOccurs="unbounded"/>
                    <xs:element ref="URL" minOccurs="0"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="LoadTenderNumber">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="DocumentIdentifier"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="LoadTenderDateTime">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="DateTime"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="ShipmentMethodofPaymentCode">
          <xs:complexType mixed="true">
               <xs:attribute name="Domain" use="required" type="xs:anySimpleType"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="TransportMethodCode">
          <xs:complexType mixed="true">
               <xs:attribute name="Domain" use="required" type="xs:anySimpleType"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="LoadTenderStatus">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="LanguageCode">
          <xs:complexType mixed="true">
               <xs:attribute name="Domain" use="required" type="xs:anySimpleType"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="CurrencyCode">
          <xs:complexType mixed="true">
               <xs:attribute name="Domain" use="required" type="xs:anySimpleType"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="MarketPlaceInformation">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="MarketPlaceIdentifier"/>
                    <xs:element ref="MarketPlaceDocumentReference"/>
                    <xs:element ref="MarketPlaceSellerIdentifier"/>
                    <xs:element ref="MarketPlaceBuyerIdentifier"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="ReferenceInformation">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="DocumentReference"/>
               </xs:sequence>
               <xs:attribute name="ReferenceType" use="required">
                    <xs:simpleType>
                         <xs:restriction base="xs:NMTOKEN">
                              <xs:enumeration value="VehicleID"/>
                              <xs:enumeration value="SalesOrderReference"/>
                              <xs:enumeration value="EngineeringChangeOrderNumber"/>
                              <xs:enumeration value="DeliveryNote"/>
                              <xs:enumeration value="PurchaseOrderNumber"/>
                              <xs:enumeration value="ShipmentIdentifier"/>
                              <xs:enumeration value="ContractNumber"/>
                              <xs:enumeration value="LoadPlanningNumber"/>
                              <xs:enumeration value="SupplierARNumber"/>
                              <xs:enumeration value="EndCustomerPONumber"/>
                              <xs:enumeration value="ShipmentNumber"/>
                              <xs:enumeration value="BollaDiConsegna"/>
                              <xs:enumeration value="ShipperPONumber"/>
                              <xs:enumeration value="CustomerOrderNumber"/>
                              <xs:enumeration value="RequestForQuoteNumber"/>
                              <xs:enumeration value="LoadTenderNumber"/>
                              <xs:enumeration value="CustomerMasterRecordNumber"/>
                              <xs:enumeration value="BookingNumber"/>
                              <xs:enumeration value="WaybillNumber"/>
                              <xs:enumeration value="LineItemNumber"/>
                              <xs:enumeration value="LetterOfCredit"/>
                              <xs:enumeration value="PickUpNumber"/>
                              <xs:enumeration value="CarrierReferenceNumber"/>
                              <xs:enumeration value="PRONumber"/>
                              <xs:enumeration value="SellersInvoiceNumber"/>
                              <xs:enumeration value="SupplierOrderNumber"/>
                              <xs:enumeration value="Counter"/>
                              <xs:enumeration value="AppointmentNumber"/>
                              <xs:enumeration value="Authorization"/>
                              <xs:enumeration value="RequisitionNumber"/>
                              <xs:enumeration value="ReleaseNumber"/>
                              <xs:enumeration value="ChangeSequenceNumber"/>
                         </xs:restriction>
                    </xs:simpleType>
               </xs:attribute>
          </xs:complexType>
     </xs:element>
     <xs:element name="SpecialInstructions">
          <xs:complexType mixed="true">
               <xs:attribute name="InstructionType" use="required">
                    <xs:simpleType>
                         <xs:restriction base="xs:NMTOKEN">
                              <xs:enumeration value="EmptyReturnInstructions"/>
                              <xs:enumeration value="InvoiceInstructions"/>
                              <xs:enumeration value="PostingInstructions"/>
                              <xs:enumeration value="ShipperInstructions"/>
                              <xs:enumeration value="ShortLeadTime"/>
                              <xs:enumeration value="RoutingInstructions"/>
                              <xs:enumeration value="Tolerances"/>
                              <xs:enumeration value="PaymentInstructions"/>
                              <xs:enumeration value="AmountDescription"/>
                              <xs:enumeration value="BollaDiConsegna"/>
                              <xs:enumeration value="DriverInstructions"/>
                              <xs:enumeration value="ImportInstructions"/>
                              <xs:enumeration value="ConsigneeInstructions"/>
                              <xs:enumeration value="CustomerRequiredInstructions"/>
                              <xs:enumeration value="CertifiedInvoiceText"/>
                              <xs:enumeration value="TrademarkInformation"/>
                              <xs:enumeration value="CoAInstructions"/>
                              <xs:enumeration value="InspectionInstructions"/>
                              <xs:enumeration value="CustomerServiceInstructions"/>
                              <xs:enumeration value="General"/>
                              <xs:enumeration value="LoaderInstructions"/>
                              <xs:enumeration value="CarrierInstructions"/>
                              <xs:enumeration value="MarkingInstructions"/>
                         </xs:restriction>
                    </xs:simpleType>
               </xs:attribute>
          </xs:complexType>
     </xs:element>
     <xs:element name="ShipmentTerms">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="ShipmentTermsIdentifier"/>
                    <xs:element ref="ShipmentTermsLocation"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="RespondByDateTime">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="DateTime"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="CustomsInformation">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="CountryOfOriginCode"/>
                    <xs:element ref="CountryOfFinalDestinationCode" minOccurs="0"/>
                    <xs:element ref="BondedWarehouseStatus" minOccurs="0"/>
                    <xs:element ref="BondedWarehouseRelease" minOccurs="0"/>
                    <xs:element ref="DutyDrawback" minOccurs="0"/>
                    <xs:element ref="USGoodsReturned" minOccurs="0"/>
                    <xs:element ref="TransportInBond" minOccurs="0"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="RequestedDocument">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="RequestedDocumentTypeCode"/>
                    <xs:element ref="DocumentRecipientInformation" maxOccurs="unbounded"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="Shipper">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="PartnerInformation"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="Consignee">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="PartnerInformation"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="ShipFrom">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="PartnerInformation"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="Carrier">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="PartnerInformation"/>
                    <xs:element ref="StandardCarrierAlphaCode" minOccurs="0"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="ShipTo">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="PartnerInformation"/>
                    <xs:element ref="UnloadingPoint" minOccurs="0"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="OtherPartner">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="PartnerInformation"/>
               </xs:sequence>
               <xs:attribute name="PartnerRole" use="required">
                    <xs:simpleType>
                         <xs:restriction base="xs:NMTOKEN">
                              <xs:enumeration value="AlternateCarrier"/>
                              <xs:enumeration value="Shipper"/>
                              <xs:enumeration value="Bank"/>
                              <xs:enumeration value="CustomsBroker"/>
                              <xs:enumeration value="FreightForwarder"/>
                              <xs:enumeration value="NotifyParty"/>
                              <xs:enumeration value="LetterOfCreditBank"/>
                              <xs:enumeration value="Sender"/>
                              <xs:enumeration value="Manufacturer"/>
                              <xs:enumeration value="ShipTo"/>
                              <xs:enumeration value="Payer"/>
                              <xs:enumeration value="Seller"/>
                              <xs:enumeration value="Surveyor"/>
                              <xs:enumeration value="Marketplace"/>
                              <xs:enumeration value="CareOfParty"/>
                              <xs:enumeration value="Supplier"/>
                              <xs:enumeration value="Inspection"/>
                              <xs:enumeration value="ShipFrom"/>
                              <xs:enumeration value="ThirdPartyLogistics"/>
                              <xs:enumeration value="AdditionalCarrier"/>
                              <xs:enumeration value="TransportationBroker"/>
                              <xs:enumeration value="Consignee"/>
                              <xs:enumeration value="CommodityBroker"/>
                              <xs:enumeration value="Scales"/>
                              <xs:enumeration value="Receiver"/>
                              <xs:enumeration value="BillToParty"/>
                              <xs:enumeration value="Buyer"/>
                              <xs:enumeration value="BeneficialOwner"/>
                              <xs:enumeration value="UltimateConsignee"/>
                              <xs:enumeration value="AgencyOrDealer"/>
                              <xs:enumeration value="FinancialInstitution"/>
                              <xs:enumeration value="SoldTo"/>
                              <xs:enumeration value="Carrier"/>
                         </xs:restriction>
                    </xs:simpleType>
               </xs:attribute>
          </xs:complexType>
     </xs:element>
     <xs:element name="EquipmentDetails">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="LineNumber"/>
                    <xs:element ref="ProductLineItemLineNumber" minOccurs="0" maxOccurs="unbounded"/>
                    <xs:element ref="EquipmentIdentifier" minOccurs="0"/>
                    <xs:element ref="CarrierEquipmentCode" minOccurs="0"/>
                    <xs:element ref="EquipmentOwnershipCode" minOccurs="0"/>
                    <xs:element ref="NumberOfUnits" minOccurs="0"/>
                    <xs:element ref="SpecialInstructions" minOccurs="0" maxOccurs="unbounded"/>
                    <xs:element ref="Height" minOccurs="0"/>
                    <xs:element ref="Width" minOccurs="0"/>
                    <xs:element ref="Length" minOccurs="0"/>
                    <xs:element ref="NetWeight" minOccurs="0"/>
                    <xs:element ref="TareWeight" minOccurs="0"/>
                    <xs:element ref="GrossWeight" minOccurs="0"/>
                    <xs:element ref="NetVolume" minOccurs="0"/>
                    <xs:element ref="GrossVolume" minOccurs="0"/>
                    <xs:element ref="SealNumber" minOccurs="0" maxOccurs="unbounded"/>
                    <xs:element ref="EquipmentLoadEmptyStatus" minOccurs="0"/>
                    <xs:element ref="AssociatedEquipment" minOccurs="0" maxOccurs="unbounded"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="LoadTenderMotorLineItem">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="LineNumber"/>
                    <xs:element ref="EquipmentDetailsLineNumber" minOccurs="0" maxOccurs="unbounded"/>
                    <xs:element ref="LadingIdentification" minOccurs="0"/>
                    <xs:element ref="ProductIdentification" minOccurs="0"/>
                    <xs:element ref="PercentActive" minOccurs="0"/>
                    <xs:element ref="ReferenceInformation" minOccurs="0" maxOccurs="unbounded"/>
                    <xs:element ref="TransportTemperature" minOccurs="0"/>
                    <xs:element ref="ProductQuantity"/>
                    <xs:element ref="NumberPackagingUnits" minOccurs="0"/>
                    <xs:element ref="VolumetricInformation" minOccurs="0"/>
                    <xs:element ref="GrossVolume" minOccurs="0"/>
                    <xs:element ref="NetVolume" minOccurs="0"/>
                    <xs:element ref="NetWeight" minOccurs="0"/>
                    <xs:element ref="GrossWeight" minOccurs="0"/>
                    <xs:element ref="CountryOfOriginCode" minOccurs="0"/>
                    <xs:element ref="CustomsInformation" minOccurs="0" maxOccurs="unbounded"/>
                    <xs:element ref="RequestedDeliveryDateTime"/>
                    <xs:element ref="RequestedPickupDateTime" minOccurs="0"/>
                    <xs:element ref="ControlledTemperature" minOccurs="0"/>
                    <xs:element ref="ProductLabel" minOccurs="0" maxOccurs="unbounded"/>
                    <xs:element ref="QuoteIdentifier"/>
                    <xs:element ref="ShipmentTerms" minOccurs="0"/>
                    <xs:element ref="ShipFrom" minOccurs="0"/>
                    <xs:element ref="ShipTo" minOccurs="0"/>
                    <xs:element ref="HazardousGoods" minOccurs="0" maxOccurs="unbounded"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="PartnerName">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="PartnerIdentifier">
          <xs:complexType mixed="true">
               <xs:attribute name="Agency" use="required">
                    <xs:simpleType>
                         <xs:restriction base="xs:NMTOKEN">
                              <xs:enumeration value="AssignedBySupplier"/>
                              <xs:enumeration value="AssignedByBuyer"/>
                              <xs:enumeration value="D-U-N-S"/>
                         </xs:restriction>
                    </xs:simpleType>
               </xs:attribute>
          </xs:complexType>
     </xs:element>
     <xs:element name="ContactInformation">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="ContactName" minOccurs="0" maxOccurs="unbounded"/>
                    <xs:element ref="ContactDescription" minOccurs="0"/>
                    <xs:choice maxOccurs="unbounded">
                         <xs:element ref="TelephoneNumber"/>
                         <xs:element ref="FaxNumber"/>
                         <xs:element ref="EmailAddress"/>
                         <xs:element ref="AlternativeCommunicationMethod"/>
                    </xs:choice>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="AddressInformation">
          <xs:complexType>
               <xs:sequence>
                    <xs:choice>
                         <xs:element ref="AddressLine" maxOccurs="unbounded"/>
                         <xs:element ref="PostBoxNumber"/>
                    </xs:choice>
                    <xs:element ref="CityName"/>
                    <xs:element ref="StateOrProvince" minOccurs="0"/>
                    <xs:element ref="PostalCode" minOccurs="0"/>
                    <xs:element ref="PostalCountry"/>
                    <xs:element ref="LocationCode" minOccurs="0"/>
                    <xs:element ref="Comment" minOccurs="0"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="TaxInformation">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="TaxIdentifierNumber"/>
                    <xs:element ref="Jurisdiction" minOccurs="0"/>
                    <xs:element ref="TaxCertificateType" minOccurs="0"/>
                    <xs:element ref="TaxCertificateNumber" minOccurs="0"/>
                    <xs:element ref="TaxBasis" minOccurs="0"/>
                    <xs:element ref="TaxRate" minOccurs="0"/>
                    <xs:element ref="EffectiveDates" minOccurs="0"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="URL">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="MarketPlaceIdentifier">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="MarketPlaceDocumentReference">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="DocumentReference"/>
               </xs:sequence>
               <xs:attribute name="ReferenceType" use="required">
                    <xs:simpleType>
                         <xs:restriction base="xs:NMTOKEN">
                              <xs:enumeration value="SalesOrderReference"/>
                              <xs:enumeration value="DeliveryNote"/>
                              <xs:enumeration value="PurchaseOrderNumber"/>
                              <xs:enumeration value="ShipmentIdentifier"/>
                              <xs:enumeration value="ContractNumber"/>
                              <xs:enumeration value="LoadPlanningNumber"/>
                              <xs:enumeration value="CustomerOrderNumber"/>
                              <xs:enumeration value="RequestForQuoteNumber"/>
                              <xs:enumeration value="LoadTenderNumber"/>
                              <xs:enumeration value="CustomerMasterRecordNumber"/>
                              <xs:enumeration value="BookingNumber"/>
                              <xs:enumeration value="WaybillNumber"/>
                              <xs:enumeration value="LineItemNumber"/>
                              <xs:enumeration value="LetterOfCredit"/>
                              <xs:enumeration value="PickUpNumber"/>
                              <xs:enumeration value="CarrierReferenceNumber"/>
                              <xs:enumeration value="PRONumber"/>
                              <xs:enumeration value="SellersInvoiceNumber"/>
                              <xs:enumeration value="AppointmentNumber"/>
                              <xs:enumeration value="Authorization"/>
                              <xs:enumeration value="RequisitionNumber"/>
                              <xs:enumeration value="ReleaseNumber"/>
                              <xs:enumeration value="ChangeSequenceNumber"/>
                         </xs:restriction>
                    </xs:simpleType>
               </xs:attribute>
          </xs:complexType>
     </xs:element>
     <xs:element name="MarketPlaceSellerIdentifier">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="MarketPlaceBuyerIdentifier">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="DocumentReference">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="DocumentIdentifier"/>
                    <xs:element ref="DateTime" minOccurs="0"/>
                    <xs:element ref="ReferenceItem" minOccurs="0"/>
                    <xs:element ref="ReleaseNumber" minOccurs="0"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="ShipmentTermsIdentifier">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="ShipmentTermsLocation">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="CountryOfOriginCode">
          <xs:complexType mixed="true">
               <xs:attribute name="Domain" use="required" type="xs:anySimpleType"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="CountryOfFinalDestinationCode">
          <xs:complexType mixed="true">
               <xs:attribute name="Domain" use="required">
                    <xs:simpleType>
                         <xs:restriction base="xs:NMTOKEN">
                              <xs:enumeration value="3166ISO"/>
                         </xs:restriction>
                    </xs:simpleType>
               </xs:attribute>
          </xs:complexType>
     </xs:element>
     <xs:element name="BondedWarehouseStatus">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="BondedWarehouseRelease">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="DutyDrawback">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="USGoodsReturned">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="TransportInBond">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="RequestedDocumentTypeCode">
          <xs:complexType mixed="true">
               <xs:attribute name="Domain" use="required" type="xs:anySimpleType"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="DocumentRecipientInformation">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="DocumentRecipientPartner"/>
                    <xs:element ref="DocumentDeliveryMethod" minOccurs="0"/>
                    <xs:element ref="LanguageCode" minOccurs="0"/>
                    <xs:element ref="NumberOfOriginals" minOccurs="0"/>
                    <xs:element ref="NumberOfCopies" minOccurs="0"/>
               </xs:sequence>
               <xs:attribute name="DeliveryMethodQualifier" use="required">
                    <xs:simpleType>
                         <xs:restriction base="xs:NMTOKEN">
                              <xs:enumeration value="Mail"/>
                              <xs:enumeration value="Email"/>
                              <xs:enumeration value="Telex"/>
                              <xs:enumeration value="Fax"/>
                              <xs:enumeration value="Print"/>
                              <xs:enumeration value="WithDriver"/>
                         </xs:restriction>
                    </xs:simpleType>
               </xs:attribute>
          </xs:complexType>
     </xs:element>
     <xs:element name="StandardCarrierAlphaCode">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="UnloadingPoint">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="LineNumber">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="ProductLineItemLineNumber">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="EquipmentIdentifier">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="CarrierEquipmentCode">
          <xs:complexType mixed="true">
               <xs:attribute name="Domain" use="required" type="xs:anySimpleType"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="EquipmentOwnershipCode">
          <xs:complexType mixed="true">
               <xs:attribute name="Domain" use="required" type="xs:anySimpleType"/>
          </xs:complexType>
     </xs:element>
     <xs:element name="NumberOfUnits">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="SpecifiedMeasurement"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="Height">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="MeasurementInformation"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="Width">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="MeasurementInformation"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="Length">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="MeasurementInformation"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="NetWeight">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="SpecifiedMeasurement"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="TareWeight">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="SpecifiedMeasurement"/>
               </xs:sequence>
               <xs:attribute name="TareWeightQualifierCode">
                    <xs:simpleType>
                         <xs:restriction base="xs:NMTOKEN">
                              <xs:enumeration value="Marked"/>
                              <xs:enumeration value="Actual"/>
                         </xs:restriction>
                    </xs:simpleType>
               </xs:attribute>
          </xs:complexType>
     </xs:element>
     <xs:element name="GrossWeight">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="SpecifiedMeasurement"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="NetVolume">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="SpecifiedMeasurement"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="GrossVolume">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="SpecifiedMeasurement"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="SealNumber">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="EquipmentLoadEmptyStatus">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="AssociatedEquipment">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="EquipmentIdentifier"/>
                    <xs:element ref="NumberOfUnits" minOccurs="0"/>
                    <xs:element ref="MeasurementInformation"/>
                    <xs:element ref="SpecialInstructions" minOccurs="0" maxOccurs="unbounded"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="EquipmentDetailsLineNumber">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="LadingIdentification">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="LadingDescription"/>
                    <xs:element ref="LadingIdentifier"/>
               </xs:sequence>
               <xs:attribute name="Agency">
                    <xs:simpleType>
                         <xs:restriction base="xs:NMTOKEN">
                              <xs:enumeration value="GlobalMaterialIdentifier"/>
                              <xs:enumeration value="HarmonizedSystemBasedSchedule"/>
                              <xs:enumeration value="EAN"/>
                              <xs:enumeration value="ShipperDefined"/>
                              <xs:enumeration value="ODETTE"/>
                              <xs:enumeration value="NMFC"/>
                              <xs:enumeration value="ScheduleB"/>
                              <xs:enumeration value="STCC"/>
                              <xs:enumeration value="UN-NA"/>
                         </xs:restriction>
                    </xs:simpleType>
               </xs:attribute>
          </xs:complexType>
     </xs:element>
     <xs:element name="ProductIdentification">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="ProductIdentifier"/>
                    <xs:element ref="ProductName" minOccurs="0"/>
                    <xs:element ref="ProductDescription" minOccurs="0"/>
                    <xs:element ref="ProductGradeDescription" minOccurs="0"/>
                    <xs:element ref="ProductClassification" minOccurs="0"/>
               </xs:sequence>
               <xs:attribute name="Agency" use="required">
                    <xs:simpleType>
                         <xs:restriction base="xs:NMTOKEN">
                              <xs:enumeration value="AssignedBySeller"/>
                              <xs:enumeration value="ISO"/>
                              <xs:enumeration value="ANSI"/>
                              <xs:enumeration value="EAN"/>
                              <xs:enumeration value="Other"/>
                              <xs:enumeration value="EDIFACT"/>
                              <xs:enumeration value="AssignedByBuyer"/>
                              <xs:enumeration value="GBABA"/>
                              <xs:enumeration value="AssignedByManufacturer"/>
                         </xs:restriction>
                    </xs:simpleType>
               </xs:attribute>
          </xs:complexType>
     </xs:element>
     <xs:element name="PercentActive">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="TransportTemperature">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="MeasurementInformation"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="ProductQuantity">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="Measurement"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="NumberPackagingUnits">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="VolumetricInformation">
          <xs:complexType>
               <xs:choice>
                    <xs:element ref="Density"/>
                    <xs:element ref="SpecificGravity"/>
               </xs:choice>
          </xs:complexType>
     </xs:element>
     <xs:element name="RequestedDeliveryDateTime">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="DateTimeInformation"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="RequestedPickupDateTime">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="DateTimeInformation"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="ControlledTemperature">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="SpecifiedMeasurement"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:element name="ProductLabel">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="QuoteIdentifier">
          <xs:complexType mixed="true"/>
     </xs:element>
     <xs:element name="HazardousGoods">
          <xs:complexType>
               <xs:sequence>
                    <xs:element ref="HazardousShipment"/>
                    <xs:element ref="HazardousInfor

This file is an XSD and not a DTD, and I was able to load it as XSD into the Message Mapping Tool.
At the question:
<i>"Imported scheme has multiple global elements. Select the global element to be used in the source or target message"</i>
I choosed "LoadTenderMotorBody"
Hope this helps.
Regards,
Sandro

Similar Messages

  • Can't load/import converted video into itunes for sync

    I converted a video into ipod format by 2 diff software. They seem to have converted correctly as I can play them in apple quicktime. I tried to bring them into itunes for sync, but can't bring them. I tried dragging into movies, tried import, tried add files. Non of them working. Can anybody help me in this, ho can I bring the file into itunes? I am using itune 7, should I go back to old ver (6.x..)?

    I just converted some TV shows with iSquint, and drug them over to movies and presto they were there... I then when into Info, changed them to TV shows and they moved over to TV Shows.
    It works.

  • Import XML/DTD files into iStudio

    I am having Spect Generator files with extension .ecs files
    I need to import these files into iStudio to create commonview. iStudio accepts either XML or DTD formats
    How can I convert these files to XML or DTD files without losing the Structure layout or EDI format ?
    Let me know ASAP.

    Hi,
    I don't know what ".ecs" files are, but it sounds that you may need to create / use D3L dtd's.
    Please look at
    Oracle Application Server InterConnect User’s Guide 10 g (9.0.4)
    Part No. B10404-01
    and especially Appendix B for more information.
    You can download it from
    http://download-east.oracle.com/docs/cd/B10465_01/integrate.904/b10404.pdf

  • How can I convert IDoc in XML format w/DTD into a string?

    I want to send by e-mail outbound IDoc in XML format with its document type definition (DTD).
    I want to be able to get the same output result into a string than the XML file IDoc port type with DTD activated.  I have created a FM (based on SAP "OWN_FUNCTION") assigned to an IDoc port of type ABAP-PI that executes the following processing steps:
    1-Extract outbound IDoc information to get the sender & recipient mail addresses (EDP13 / EDIPHONE tables).
    2-Convert & Transform IDoc data into XML string using FM IDX_IDOC_TO_XML.
    3-Prepare and send e-mail with XML attachement using FM SO_NEW_DOCUMENT_ATT_SEND_API1.
    I cand generate the e-mail with the XML file attachement but FM IDX_IDOC_TO_XML does not convert the IDoc with proper formating and DTD.
    What should I use to accomplish the IDoc conversion to XML w/DTD into a string?
    Should I use XSLT tools ?
    How does that work?
    Thank you
    Carl

    muks wrote:
    Use decimal string to number
    Specifically, you can define a constant with a different datatype on the input on the lower left if you need a different datatype (e.g. U8, I64, DBL, etc) Are all your values integers or do you also need to scan fractional numbers? In this case, you should use "fract/exp string to number" instead.
    LabVIEW Champion . Do more with less code and in less time .

  • I am trying to import movie files into to iMovie. They are home videos so I use handbrake and VLC to put them onto the computer and convert them to MPEG-4 files. I successfully imported two of the videos but the others are not working, they are all MPEG-4

    I am trying to import movie files into to iMovie. They are home videos so I use handbrake and VLC to put them onto the computer and convert them to MPEG-4 files. I successfully imported two of the videos but the others are not working, they are all MPEG-4 files. Now, they are not compatible. How to I get them into imovie?

    Hi
    I use
    • DV-PAL or DV-NTSC - or -
    • AIC
    Yours Bengt W

  • Convert data into Date Format imported from MS SQL Server.

    I have imported Data from MS SQL Server. The "Date Column" received in number format like 41017.6361109954. How can i convert it into Date in Oracle SQL.
    If i import same Data in Excel and change the Column Type to Date. It changes successfully. But in Oracle, I tried To_Date function with different parameters but it didn't work.
    Edited by: XAVER on Apr 22, 2012 2:31 AM

    XAVER wrote:
    The actual date for 41017.6361109954 is 22-Apr-2012 but its showing 20-APR-2082It looks like offset is January 1, 2000:
    select timestamp '2000-01-01 00:00:00' + numtodsinterval(41017.6361109954,'day') from dual;
    20-APR-12 03.15.59.990002560 PM
    SQL> SY.

  • Importing WMV files into iTunes/Converting files

    1) How can I import WMV files into my iTunes library? I know iTunes can't import protected files. So is there no way to put those videos on my iPod?
    2) I tried to converting a Movie Clip by right clciking on it and pressing 'Convert Selection for iPod' when I imported it. But there's no audio. What's the problem?
    Dell Laptop   Windows XP  

    Someone gave me this link and it works really well.
    http://www.videora.com/en-us/Converter/iPod/

  • Need Help importing data using PHP to convert it into a single HTML line

    Hi, My names Chance
    I'm a 2nd year web design student and have been assigned a project by my teacher for a charity website
    i found a tutorial of exactly what i need to do but im stuck on creating a script to import  and convert php data
    to a single html line
    heres the link to the the script, if you scroll down to the bottom
    where it says
    RSS or XML Data Source
    "The scrolling text can be imported from any source: RSS, XML or any other format.
    For example, if you want to import data using PHP to convert it into a single HTML line to be displayed by the ticker, create a php script to import and convert the data, and include it directly in the DIV tag as follow"
    this is what i need help doing
    http://www.mioplanet.com/rsc/newsticker_javascript.htm
    i already have the php code that i want to import
    i just need to know how to import and convert my php script so im able
    to make the the javascript from the link i provided to work
    thank you so much for your time
    if you have any question or answer please email me
    [email protected]
    thanks again hope to here from you soon

    Hi
    The instructions are there on the page you provided a link to!
    What is it you do not understand?
    PZ
    www.pziecina.com

  • Imovie import and converts avchd into AIC involved .mov

    I am new to this and want to start off on the right foot. I noticed after importing 3 events this weekend from my HDR-CX12 (Sony) I have associated .mov files in the event directory under ~/Movies/IMovie/Events/ This concerns me since from my understanding AIC is great for editing but not so great for viewing. I wish to view these clips on a Popcorn Hour or other platforms.
    Should I keep the original files that the camcorder records in another directory?
    I see IMovie can export, but can it only export projects (not events)?
    I have fooled around with MPEG stream and found that going from AIC into another format will lose a lot of its quality not to mention the hassle of getting it to work (video or audio sometimes is lost if the format wasn't chosen correctly). What is a common work flow pattern people follow?

    AIC is actually a great codec for viewing - except that it is very large, so you can't really use it on an iPod or over the internet.
    Definitely keep the original AVCHD files that the camera records. The best way to do this is to create a disk image on your hard drive that is just large enough for the files. Move the entire contents of your camcorder into the disk image. You should be able to mount this disk image and import from it into iMovie as if it were a camera. Once you have it working, you can reformat your camera and be ready for the next shoot. If you wish you can burn your disk image to DVD for additional backup.
    General workflow:
    Shoot in AVCHD
    Import into iMovie creates AIC
    Edit in AIC (You don't have to know this. iMovie does it under the covers.)
    Share your movie in h.264 for viewing on computer, TV, iDVD, iPod, iTunes,etc.
    iMovie can only export projects.
    One exception is that iDVD can make a DVD of Events. The Events from iMovie will show up in the Media Browser of iDVD. If you want to watch unedited footage, you can do this.
    Message was edited by: AppleMan1958

  • Convert DTD to XSD

    Hi,
    I hold a DTD of OAGIS 7.2 and I need convert this to an XSD for my BPEL process to consume. I would like to know if there is any editor which helps in this conversion. I'd tried using XMLSpy but that doesnt give me the correct version(I mean the tree structure is not correct). I tried the native format builder but that doesnt help as my DTD has references to other DTDs as well. Can someone point me to a method of converting DTD to XSD?
    Thanks in advance,
    Gayathri

    Thanks Marc. It works now.
    The option in JDev Tools-> Convert DTD to XSD also creates XSD. But one thing I dont understand is that if I try to validate the generated XSD in XMLSpy it throws some errros, but when imported into the BPEL process, it parses successfully. If someone has an answer to it, please lemme know.
    Thanks,
    Gayathri

  • Import cXml dtd

    We downloaded cxml 1.2 dtd from cxml.org and tried to import into XI external def.  We imported cxml.dtd and received no errors.  When accessing from message mapping and Message Type we are unable to import/select cXml dtd structures/messages.
    How do we import cXml dtd message into XI?
    We have tried to convert to a .xsd file using Xml Spy and are experience namespace errors.

    Hi Frank,
    concerning namespaces the philosophies of DTD and XSD are not compatible (indeed the philosophy of DTD is not compatible with that of XML namespaces itself). As XI is completely XSD-based it is not able to deal with DTDs containing namespace information, although they are well-formed.
    Other tools (like XMLSpy) may try to make a conversion anyway (on a somehow heuristic basis). The result of that maybe imported as External Definition, but sometimes it is necessary to make some adjustments to the XSD.
    According other DTDs coming from cxml I cannot tell you, because I do not know. Anyway, the namespace information is an important information which cannot be left out. If the XML structure defined by cxml really uses xml namespaces, then DTDs are not a suitable way to describe this structure (as explained above). XML structures with namespaces should always be described using XSD.
    Greetings Stephan

  • Unable to import .mp4/.ts into Premiere Elements 3.0

    I've captured footage from my PlayStation 3 using this device: http://gamerzone.avermedia.com/game_capture/live_gamer_portable
    The device saves the footage in a .ts file.
    I've tried to get information on the file using a program. If there's a better way to do it, please let me know:
    When I try to import the file into Premiere Elements 3.0, I get an error message: "File format not supported/One of the necessary components may not have been installed."
    I've converted the file into an mp4 format with this program: http://ftp2.avermedia.com/C875/C875_utility_v1.0.0.9_20131029.zip
    Information on the file:
    But this did not solve the problem.
    Ideally, I would like to avoid converting the video file, if that would take up a lot of time. If I can just upgrade Premiere Elements, that would be the most ideal solution.
    Please let me know if any additional information is needed.

    Akvod
    I am able to import a .ts file into Premiere Elements 10, 11, and 12 Windows 7 64 bit.
    But, not so, for Premiere Elements 4, 7, 8, and 9.
    And, the reason why your .mp4 conversion did not work would be in accord with the fact that you used AVCHD as the video compression, and AVCHD video compression was not supported by Premiere Elements until version 7.
    If you do decide to move to version 12, please note that there is a dramatic difference in workspace between 3 and 12. So, go the free tryout of 12 before any purchase.
    You could try to convert the .ts to H.264.mp4 and not AVCHD (MPEG4 AVC/H.264).mp4 and see if that works for you.
    ATR

  • How do I import animated gifs into Premiere with a transparent background?

    I have an animated gif that I got from the internet, and I'm trying to import it into Premiere Pro with a transparent background. The gif is of a video game character standing still and blinking. Whenever I import it, it always has a white background, so I need help on how to change that.
    I've gone into Photoshop and removed the white background frame by frame, making it transparent. I do this by using the magic wand tool to select the white background, then hit "delete" to turn it into that diamond grid, which means it's transparent. I then select File -> Save for Web. I preview every frame, and it shows that the backgrounds are transparent. I save it as a gif. But when I import it into Premiere Pro, the white background is still there.
    I've read many forums online about people trying to import images into Premiere Pro with a transparent background, but none of them have explained how to do it specifically for animated gifs. Every answer has always been "export the image as a png, that'll work", and sure enough, I exported a few frames of the gif as pngs, and those few frames had transparent backgrounds in Premiere Pro. But I don't want a png because those aren't animated sequences, those can only be still images. I need to export it as a gif so that it will remain animated, but gif files always have that dreaded white background in Premiere Pro.
    I suppose I could export every frame as a png, import each of those frames into Premiere Pro, then string all the frames together and tweak them so they'll be functionally identical to the animated gif, but that would take forever. I'm making a video project and I need numerous animated gifs to work with, so I don't want to do that with every single one of them. I'm looking for a way to simply import the gifs into Premiere Pro and be done with it. If there is any way to do this, please help me.
    -Robert

    faind on gif transparency and other cartoon animation problems : Adobe After Effects
    " The reason: GIFs don't support alpha channels. Instead, their file structure assigns a certain color value to be read as totally transparent. There aren't any degrees of transparency as you find in graphics formats that do support alpha channels.
    To use an animated gif in AE, you'd first have to create the areas of transparency, then convert the series of images into a graphics format that supports alpha channels, and there are a bunch: PICT, TIFF, TARGA or PNG, to name a few."

  • My experiences of importing different formats into IMovie...!!

    I’ve been through a lot of pain with IMovie for the last 6 months, and cracked it a couple of days ago. I therefore feel the need to write about my experiences.
    I have lots of old footage on:-
    1. DV tape
    2. HI8 tapes
    3. Sony mini-DVDs
    4. DVDs
    5. Sony standard def hard disk camcorder files.
    1. DV tape
    This was a joy to import. OK, so I had to invest a small amount of cash to buy a new cheapie DV camcorder (as my old one broke years ago), but the import itself was easy. Just connect the camcorder, the import window appears, and away to go. Events are imported with the correct date and time, and it even creates a new event for different days imported.
    2. HI8 tapes
    As I’ve only got a few of these, I decided to ‘cheat’, so I’ve recorded them onto DVDs using my domestic DVD recorder sitting under my TV. So the problem is shifted from HI8 tapes onto DVDs.
    3. Sony mini-DVDs
    I’ve been trying to crack this issue for months. Clips are imported in random order, even though they are shown in the correct order in the preview. Hopefully it will get sorted. See the following thread:-
    http://discussions.apple.com/thread.jspa?messageID=9404421&tstart=0
    4. DVDs
    Haven’t tried this yet, until the mini-DVD issue is sorted. I might go down the road of converting the VIDEO_TS folders into DV files using MPEG Streamclip from squared5.com but I’d rather wait and import them ‘properly’ as the software intended.
    5. Sony standard def hard disk camcorder files.
    Now this is the biggie…..
    I had about 1,000 MPEG2 files on my hard disk, that I’ve moved from my camcorder over the years. To my annoyance, when I switched from a PC to the Mac, I needed to buy the MPEG add-on to Quicktime. OK, so no big deal, but even then, all I could get was the video with no sound. After weeks of digging about, I found out that the reason there was no sound is because apparently Quicktime can’t handle MPEG files with AC3 dolby digital sound. As all of my files are recorded in this format, this was a major hurdle.
    I then dug around and discovered that on the Sony CD that comes with the camcorder, there is a utility to down mix the AC3 audio to stereo. But it can only do one file at a time – no good for 1,000 files.
    Even so, I tried a few files, and yes – they now played under Quicktime WITH audio.
    But when doing an import into IMovie 09, the files are greyed out and cannot be selected. So back to the drawing board...
    I then looked into various bits of software, finally deciding to get MPEG Streamclip, in order to convert the files in something more Apple friendly.
    I did lots of experiments over many weeks in converting files to different formats for import into IMovie, and even though some of them looked excellent, when exporting to different sized export files (e.g. IPod, AppleTV), some of them had artifacts and shimmering all over the place.
    Reluctantly I took the helpful advice of someone to convert them into DV files. I say ‘reluctantly’ because the files are HUGE. So much so, I then shelled out (even) more cash on a Drobo to store all the converted DV files.
    Next problem...
    Because MPEG Streamclip converts the files into DV files, the original date and time information is lost. This is a real pain and means IMovie thinks all the files are 2009.
    I then purchased the excellent ‘A better finder renamer’ and ‘A better finder attributes’, to see if I could rename the files. Unfortunately there is no easy way to say ‘change the date/time on the new DV file to be the same as the old MPEG file’ a thousand times over.
    I then approached a company about writing a bespoke automator script to do this for me. But it was going to be expensive.
    I then set about manually changing some of the dates of the files.
    Even then, IMovie was getting confused during the import, and putting some of the scenes in the wrong order. Looks like because MPEG Streamclip is so quick at doing the conversion to DV, that some of the files have the same time stamp, so IMovie gets confused.
    I then looked into software to slow my Mac down, so that MPEG Streamclip would run slower (I wanted to guarantee that each file out of the thousand that it created was created in a different MINUTE to the last file). This was proving fruitless however.
    I then had useful discussions with Appleman1958 - see thread -
    http://discussions.apple.com/thread.jspa?threadID=1979095&tstart=0
    who suggested that I could rename the files with the IMovie notation, i.e.
    clip-yyyy-mm-dd hh;mm;ss.ext
    I even worked out how to do this automatically using ‘a better finder renamer’.
    But there was still one more issue.
    When the files were imported into IMovie, the thousand files would just come in as one event (unlike importing DV tape where it splits into days).
    Being unhappy with this, I had a brain wave and decided to try something else. AppleMan1958 helpfully suggested putting the files into different folders “behind IMovie’s back”, something I was open to doing, but wanted to try something else first...
    I resurrected my old camcorder from my attic, and filmed a few minutes of footage.
    I then plugged the camcorder into my Mac. To my AMAZEMENT, the import window appeared in IMovie (just like it does for DV tapes), AND the audio played as well as the video. I was absolutely staggered.
    I then noticed an ‘archive’ button within the import window, so decided to press it. It then copied the MPEG file from the camcorder onto the hard disk. But it did so in the structure of the original camcorder (i.e. it creates a series of specially named folders, just like on the camcorder).
    I then decided to copy all 1,000 of my MPEG2 files into the new special structure that had just been created.
    All 1,000 files were then accessible using the standard import function!!!!
    (By the way – I’m sure people already know this information – and I’m in no way taking credit for any of it, as it’s probably been suggested by other people in the past).
    I’ve now happily imported all of the files.
    (Interestingly, a couple of times it said ‘Error!’ on importing some of the files. The third time I tried it, it worked. How random!!)
    What amazes me is that now the Mac CAN seemingly handle MPEG video AND ac3 audio, whereas it can’t handle it by double-clicking the files in the finder. I can’t see why this should be the case. Also, it’s really annoying that when importing the files from hard disk, the files are totally greyed out – but it CAN import them by fooling IMovie into thinking it’s a camera archive.
    Ofcourse now I’ve spent all this extra money, it’s time to dust off the old camcorder and use that for a few more years, until I pluck up the courage to go hi-def...
    Hope you enjoyed reading – thought I’d share my experiences incase there are any newbies out there with similar issues. It’s annoying that Apple make it seem like childsplay to connect your new shiny camcorder to IMovie, but seem give little help in the more technical issues.
    Now, if only they’ll fix the mini-DVD import bug too...!
    Brad

    Hi Brad,
    when you use Streamclip to convert media, use the same name for the exported file (only with different extension). Then make a shell script calling
    touch -r origFileName.mp2 newFileName.mov
    This will copy the exact time and date from origFileName.mp2 to newFileName.mov
    The script may look like this (save the file, give an exec permission to it and call it in the right directory):
    #!/bin/bash
    for i in `ls *.mp2`; do
    NEWNAME=$(ls "$i" | sed -e 's/mp2/mov/')
    touch -r $i $NEWNAME
    done
    You may need to adapt the extension names used (in the example above .mp2 is input file to get the date/time stamp from and .mov is the output file to stamp.
    Have fun and cheers

  • Why does 'User not registered for online use' show up when I try to import a cd into itunes. None of the cd info shows up either

    Why does 'User not registered for online use' show up when I try to import a cd into itunes? None of the cd info shows up either.

    Well, the format I upload from the camera is "video clip" or "video for Windows"...sometimes I've converted them to avi format, too. But as I said, it never even lets me get that far...I never get to even select a clip. As soon as I tell the program to "import/clip" it freezes up before I can even go to the folder that the clips are in. It has only begun to do this recently, and I'd never had any problems like this before. Last night I tried it again, and I clicked "open composition", and it froze when I did that too.
    I'm not sure how much more specific I can be about the details of the clips, since I'm positive it has nothing to do with the clips themselves...I'm running Windows XP, though...Home Edition Service Pack 2, Pentium 4 CPU 2.80GHz, with 504 MB of RAM. I have had the automatic updates turned on since I did my last reformat a couple of weeks ago. Could it have something to do with some kind of an update it may have done?

Maybe you are looking for

  • A/P credit Memo

    When to exactly use credit memo and what will be its effect and where...........Solve it..

  • I can't add files into the library!

    For some reason i cannot add files or maps in the music library of itunes, when i click "add a file to the library" and i choose a music file(for example .mp3 or .m4a) it just doesn't show in the library so i cannot play anything in this program, i t

  • W540 [Win 7 64] and Java v55

    Every time I install the newer Java v55 (32 or 64), the system behave strangely.   Anyone running this version of Java (the 55 release) on a W540 Windows 64 BIOS 2.11?? On my restore, is Java v51,  and that appears to be OK, albeit, JDownloader is no

  • I can´t send mail but I can recive

    excusme for my english, my problem is that I can recibe email, but I can-´t send email to other count, p.e. hotmail etc., and when I send an email to another user of my server, he recibe the email, but the adress is [email protected], My nat is ok, I

  • Oracle Certification and the Hands-On Course Requirement (Part 1)

    Some good info for many of you who are working on an Oracle certification: "Oracle Certification and the Hands-On Course Requirement" http://bit.ly/P1yyh