?? localidentityservice.xsd
字號:
<?xml version="1.0"?>
<xsd:schema attributeFormDefault="qualified" elementFormDefault="qualified"
targetNamespace="http://xmlns.oracle.com/pcbpel/identityservice/local"
xmlns:tns="http://xmlns.oracle.com/pcbpel/identityservice/local"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
blockDefault="#all">
<!-- //////////////////// BPM Identity Service XML types//////////////////// -->
<element name="managementChain">
<complexType>
<sequence>
<element name="levels" type="xsd:int" minOccurs="0"/>
<element name="uptoTitle" type="xsd:string" minOccurs="0"/>
<element name="uptoUser" type="xsd:string" minOccurs="0"/>
</sequence>
</complexType>
</element>
<element name="managementChainUsers">
<complexType>
<sequence>
<element name="userName" type="xsd:string" maxOccurs="unbounded"/>
</sequence>
</complexType>
</element>
<element name="user">
<complexType>
<all>
<element name="firstName" type="string"/>
<element name="lastName" type="string"/>
<element name="middleName" type="string"/>
<element name="workPhone" type="string"/>
<element name="homePhone" type="string"/>
<element name="mobile" type="string"/>
<element name="fax" type="string"/>
<element name="pager" type="string"/>
<element name="language" type="string"/>
<element name="country" type="string"/>
<element name="title" type="string"/>
<element name="manager" type="string"/>
<element name="email" type="string"/>
<element name="name" type="string"/>
<element name="fullName" type="string"/>
<element name="guid" type="string"/>
<element name="displayName" type="string"/>
<element name="description" type="string"/>
</all>
</complexType>
</element>
<element name="group">
<complexType>
<all>
<element name="email" type="string"/>
<element name="name" type="string"/>
<element name="fullName" type="string"/>
<element name="guid" type="string"/>
<element name="displayName" type="string"/>
<element name="description" type="string"/>
</all>
</complexType>
</element>
</xsd:schema>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -