BulkInterfaceSchemaDescription - OSS - 13.2.9GA 17

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

<restriction base="string">

<enumeration value="upload"/>
<enumeration value="download"/>
<enumeration value="activate"/>
<enumeration value="fallback"/>
</restriction>
</simpleType>
</attribute>
</complexType>
</element>
<element name="fileFooter">
<complexType>
<attribute name="dateTime" type="dateTime" use="required"/>
</complexType>
</element>
</sequence>
</complexType>
</element>
</schema>

2.7 ImportExportMap.xsd
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XML Spy v4.1 U (http://www.xmlspy.com) by Graham Coster (Ericsson
Expertise Ireland) -->
<!--W3C Schema generated by XML Spy v4.1 U (http://www.xmlspy.com)-->
<xs:schema xmlns="ImportExportMap.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="ImportExportMap.xsd" elementFormDefault="qualified">
<xs:element name="AttributeMap">
<xs:complexType>
<xs:attribute name="internalName" type="xs:string" use="required"/>
<xs:attribute name="externalName" type="xs:string" use="required"/>
<xs:attribute name="structAttributeType" type="xs:string" use="optional"/>
<xs:attribute name="mapRequired" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="restricted" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="actionUpdated" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="actionName" type="xs:string" use="optional"/>
<xs:attribute name="lockBeforeModification" type="xs:boolean" use="optional" default="false"/>
<!-- Start of CR281 -->
<!-- End of CR281 -->
</xs:complexType>
</xs:element>
<xs:element name="ActionMap">
<xs:complexType>
<xs:sequence>
<xs:element ref="ActionAttribute" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="actionName" type="xs:string" use="required"/>
<xs:attribute name="lockBeforeExecute" type="xs:boolean" use="optional" default="false"/>
</xs:complexType>
</xs:element>
<xs:element name="ActionAttribute">
<xs:complexType>
<xs:attribute name="name" type="xs:string" use="required"/>

You might also like