localidentityservice.xsd
来自「工作流产品,一个大型项目,使用ORALCE BPEL」· XSD 代码 · 共 74 行
XSD
74 行
<?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 + =
减小字号Ctrl + -
显示快捷键?