diff options
author | Instrumental <jonathan.gathman@att.com> | 2019-05-29 04:58:50 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2019-05-29 07:34:28 -0500 |
commit | ff1417ff60baee231a28272f9a16ef2c9c8ea0a2 (patch) | |
tree | d9ca6c5f9661a3ffd6263d1380812e2430d9b230 /auth-client | |
parent | a47bd51641efcb84e19d68a6383f0947df826636 (diff) |
Post Init Service Starter
minor fixes
Remove JU generated garbage files
Issue-ID: AAF-835
Change-Id: I476291f1f1140f0640ed49452f8a5dabb28d9c30
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth-client')
-rw-r--r-- | auth-client/src/main/xsd/aaf_2_0.xsd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auth-client/src/main/xsd/aaf_2_0.xsd b/auth-client/src/main/xsd/aaf_2_0.xsd index b4b1ba9c..0cf39f1d 100644 --- a/auth-client/src/main/xsd/aaf_2_0.xsd +++ b/auth-client/src/main/xsd/aaf_2_0.xsd @@ -355,6 +355,8 @@ Type is not returned for "UserRole", but only "Cred" --> <xs:element name="type" type="xs:int" minOccurs="0" maxOccurs="1" /> + <!-- Add a Tag, so you know WHICH Entity matches in DB --> + <xs:element name="tag" type="xs:string" minOccurs="0" maxOccurs="1" /> </xs:sequence> </xs:complexType> </xs:element> |